Module 8 Test Flashcards

1
Q

Which of the following will invalid entries in the GRUB2 configuration cause?

a. kernel warning automatically skipping invalid entries

b. kernel panic and halt the system

c. kernel error with confirmation to skip invalid entries

d. no error, automatically skipping invalid entries until a valid entry is found

A

b. kernel panic and halt the system

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

Which of the following does a Linux kernel use to store the value of epoch time?

a. The number of days since January 1, 1900

b. The number of minutes since January 1, 1900

c. The number of seconds since January 1, 1970

d. The number of milliseconds since January 1, 1980

A

c. The number of seconds since January 1, 1970

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

Which of the following commands will show the current runlevel along with the previous runlevel? (Choose all that apply.)
a. runlevel
b. telinit -r
c. init -r
d. echo $RUNLEVEL

A

a. runlevel

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

Which of the following commands will shut down a Linux system? (Choose all that apply.)
a. runlevel 0
b. telinit 0
c. shutdown -h now
d. poweroff

A

b. telinit 0
c. shutdown -h now
d. poweroff

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

Which of the following options can be specified in the GRUB Legacy configuration file to set how long the boot menu is displayed before loading the default image?
a. splash
b. timeout
c. wait
d. timer

A

b. timeout

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

Which of the following is the default window manager used by the GNOME version 3 desktop environment?
a. mutter
b. metacity
c. wmaker
d. kwin

A

a. mutter

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

Which of the following can be used to compare the hardware clock to the system clock, writing a new result to a new line every 10 seconds?
a. systohc –compare
b. compare –hw2sys
c. hwtosys -c
d. hwclock -c

A

d. hwclock -c

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

Which of the following commands can be used to convert files between different character encodings?
a. iconv
b. conv
c. convert
d. transform

A

a. iconv

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