Chapter 2 - Boot Process Flashcards
When viewing the menu.lst file you notice that hd1,2 is listed. What does this represent?
The 2nd hard drive and the 3rd partition.
What command would you use to create a file named “servicelisting” that has a list of all services and whether they are enabled or disabled.
chkconfig > servicelisting
What command could you use to shutdown the system in 40 minutes from now?
shutdown +40
How can you start the GRUB shell on a running system?
grub
How would you boot directly into the bash shell from the GRUB boot manager screen?
init=/bin/bash
What happens if you press ctrl&alt&del on your Suse server?
In X you are asked how you want to shutdown your machine, in CLI your system is restarted
How can you revoke or stop a shutdown that was planned for 30 min from now?
shutdown -c
What is the default boot manager in Suse 11?
grub
What is the difference between chkconfig and insserv?
chckconfig allows you to list all of the services, while isserv is much older and does not
What command will shutdown the system from the command prompt?
halt, init 0, shutdown now, poweroff