Home > Linux > Quizzes > Linux Basics Practice Test: Startup & Shutdown
Linux Basics Practice Test: Startup & Shutdown
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 61% Most missed: “Which is loaded into memory when system is booted?”
To shut down or reboot a Linux system, you can use the systemctl command. You can also use the shutdown command, which has two options: --halt stops the operating system, and --poweroff turns off the system.  Here are some examples of shutdown commands: shutdown -h Shuts down Linux in under a minute shutdown -r Restarts Linux in under a minute shutdown -h 0 Shuts down Linux immediately shutdown -r 0 Restarts Linux immediately shutdown -h 20 Shuts down Linux 20 minutes after the command is entered shutdown -r 17:30 Shuts down Linux at 5:30 p.m.   You can also schedule a reboot or... Show more
Linux Basics Practice Test: Startup & Shutdown
Time left 00:00
12 Questions

1. Which of the following is not a valid run-level
2. Which is the only partition mounted in Single user mode
3. Which daemon manages the physical memory by moving process from physical memory to swap space when more physical memory is needed.
4. Single user mode shell runs as
5. The shell used for Single user mode shell is:
6. On Linux, initrd is a file
7. At the end of kernel bootstrap, which process is started?
8. Which file is read by init to get the default runlevel
9. The process of starting up a computer is known as
10. The process id of init process is:
11. Bootstrapping is also known as
12. Which is loaded into memory when system is booted?