Module 8 Live Virtual Machine Labs 1-5 Flashcards

1
Q

lab 8-1

Which parameter should you use to reload an application’s configuration files without restarting the system?
Reboot
Reload
Start
Restart

A

Reload

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

For Ubuntu, what is the name of the Apache Web server package on Ubuntu?
Apache
http
Httpd
Apache2

A

Apache2

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

When files or directories are deleted from a Linux system, the _______ process continues to reference them unless the process is reloaded.
Systemctl
Daemon
Boot
System

A

Systemctl

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

Which utility has replaced the chkconfig utility in Ubuntu?
update-rc.d
Systemctl
Systemd
Daemon-reload

A

update-rc.d

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

Which directory stores the symbolic links for the Apache Web server?
/etc/httpd/
/etc/www/
/etc/rcX.d/
/etc/apache2/

A

/etc/rcX.d/

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

lab 8-2

A Linux system that is configured to work in graphical mode, what is the run level?
6
5
3
1

A

5

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

Which runlevel shuts down the system and then reboots it with the mentioned level as the default runlevel?
4
2
5
3
1
6

A

6

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

Which two commands can be used to change the runlevel? [Choose two.]
runlevel
init
chkconfig
telinit

A

telinit
init

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

Which parameter should be used with the shutdown command to cancel a scheduled shutdown?
-a
-x
-z
-c

A

-c

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

Which parameter should be used with the shutdown command to schedule a shutdown?
-c
-x
-r
-a
-z

A

-r

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

lab 8-3

When a new date is set with the date command, what is the default format?
DD-MM-YYYY
YYYY-MM-DD
YY-MM-DD
MM-DD-YYYY

A

YYYY-MM-DD

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

Which parameter specifies that the command is related to a change of date?
+%T
+%C
+%D
+%B

A

+%D

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

Which parameter specifies that the command is related to a change of time?
+%B
+%T
+%D
+%C

A

+%T

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

Which parameter should you use with the hwclock command to set it as the system clock?
-t
-a
-b
-w

A

-w

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

Which parameter should you use to copy the hardware time to system time?
-t
-s
-b
-w
-a

A

-s

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

lab 8-4

Which of the following settings can be configured on the Typing Assist dialog box? [Choose all that apply.]
Slow Keys
Sticky Keys
Drop Keys
Bounce Keys

A

Bounce Keys
Sticky Keys
Slow Keys

17
Q

Which of the following settings can be configured under the Slow Keys section in Typing Assist dialog box? [Choose all that apply.]
Beep when a key is accepted
Beep when a key is released
Beep when a key is pressed
Beep when a key is rejected

A

Beep when a key is accepted
Beep when a key is pressed
Beep when a key is rejected

18
Q

Which settings, when being configured, bring up the Hover Click dialog box?
Click Assist
Typing Assist
Mouse Keys
Repeat Keys

A

Click assist

19
Q

Which of the following feature flashes the entire screen?
Mouse Keys
Repeat Keys
Typing Assist
Visual Alerts
Click Assist

A

Visual alerts

20
Q

Where is the Crosshairs setting located?
Repeat Keys
Click Assist
Typing Assist
Zoom
Visual Alerts
Mouse Keys

A

Zoom

21
Q

lab 8-5

Which file contains the Ubuntu boot settings?
/etc/default/grub
/etc/default/grubconf
/etc/default/grub.config
/etc/default/grub.conf

A

/etc/default/grub

22
Q

Which parameter in the /etc/default/grub file makes Ubuntu the default operating system if there is another operating system loaded?
GRUB_DISTRIBUTOR
GRUB_CMDLINE_LINUX
GRUB_HIDDEN
GRUB_DEFAULT

A

GRUB_DEFAULT

23
Q

When you have more than one operating system, you can boot directly to the last operating system in the list. You will need to change the _______ setting.
GRUB_DEFAULT
GRUB_HIDDEN
GRUB_CMDLINE_LINUX
GRUB_DISTRIBUTOR

A

GRUB_DEFAULT

24
Q

If you want to change the Ubuntu boot timing, which parameter should you edit?
GRUB_DEFAULT
GRUB_TIMEOUT
GRUB_DISTRIBUTOR
GRUB_HIDDEN
GRUB_CMDLINE_LINUX

A

GRUB_TIMEOUT

25
Q

If you make any changes to the /etc/default/grub file, you need to ensure that the _______ file is updated.
/boot/grub/grubcfg
/boot/grub/grub.cfg
/boot/grub/grub.config
/boot/grub/grubconfig.cfg

A