Chapter 2 - Boot Process Flashcards

1
Q

When viewing the menu.lst file you notice that hd1,2 is listed. What does this represent?

A

The 2nd hard drive and the 3rd partition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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.

A

chkconfig > servicelisting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command could you use to shutdown the system in 40 minutes from now?

A

shutdown +40

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you start the GRUB shell on a running system?

A

grub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How would you boot directly into the bash shell from the GRUB boot manager screen?

A

init=/bin/bash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What happens if you press ctrl&alt&del on your Suse server?

A

In X you are asked how you want to shutdown your machine, in CLI your system is restarted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can you revoke or stop a shutdown that was planned for 30 min from now?

A

shutdown -c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the default boot manager in Suse 11?

A

grub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between chkconfig and insserv?

A

chckconfig allows you to list all of the services, while isserv is much older and does not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What command will shutdown the system from the command prompt?

A

halt, init 0, shutdown now, poweroff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly