- (Exam Topic 3)
Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
Solution:
killall -s ______ daemon
HUP, SIGHUP, 1
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 4)
Which of the following commands will mount an already inserted CD-ROM in /dev/sr0 onto an existing directory /mnt/cdrom when issued with root privileges?
Correct Answer:
C
- (Exam Topic 2)
Which of the following commands lists all currently installed packages when using RPM package management?
Correct Answer:
C
- (Exam Topic 4)
Which of the following commands instructs SysVinit to reload its configuration file?
Correct Answer:
D
- (Exam Topic 3)
What is the purpose of the Bash built-in export command?
Correct Answer:
D