Linux 8 Flashcards

1
Q

Which command can be used to fine-tune the vsync and hsync of a video card for use in X windows?

A

xvidtune

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

Which of the following statements is true?

A

LILO needs to be reinstalled after it has been modified

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

Which directory stores most UNIX SysV rc scripts?

A

/etc/init.d?

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

Which runlevel halts the system?

A

0

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

Which file does the UNIX SysV init daemon reference on startup to determine the default runlevel?

A

/etc/inittab

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

Which command can be used to start X Windows, the window manager, and the default desktop environment?

A

startx

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

Which of the following statements is true?

A

Either the MBR/GPT or the active partition can contain the boot loader.

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

Which command causes the system to enter Single User Mode?

A

init 1

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

Which of the following indicates the second partition on the third hard disk drive to GRUB?

A

(hd2, 1)

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

Which two implementations of X windows are commonly used in Linux?

A

X.org

XFree86

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

What is the name of the directory that contains symbolic links to UNIX SysV rc scripts for runlevel 2?

A

/etc/rc2.d

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

In what directory is Stage2 of the GRUB2 boot loader stored?

A

/boot

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

The first daemon loaded on a Linux system is :

A

init

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

The timeout value in the GRUB configuration file is measured in?

A

seconds

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

You have recently modified the options within the /etc/default/grub file. What command can you use nex to rebuild the GRUB2 configuration file?

A

grub2-mkconfig

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

You wish to configure the runlevels that a particular upstart daemon is started in. What should you do?

A

Modify the daemon configuration file within the /etc/init directory

17
Q

Which of the following Systemd commands can be used to stop a daemon called lala?

A

systemctl stop lala.service

18
Q

Which of the following commands can be used to start a UNIX SysV daemon called lala in runlevels 1,2 and 3?

A

chkconfig –level 123 lala on

19
Q

Wgat System target corresponds to run level 5?

A

graphical target

20
Q

What keyword can be specified within a boot loader to force the system to boot to Single User Mode?

A

single