- (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 3)
What command will generate a list of user names from /etc/passwd along with their login shell?
Correct Answer:D
- (Exam Topic 4)
Where does the BIOS search for a bootloader?
Correct Answer:B
- (Exam Topic 4)
Which of the following commands are common Linux commands for file management? (Choose three correct answers.)
Correct Answer:BDE
- (Exam Topic 4)
Which of the following commands changes the ownership of file.txt to the user dan and the group staff?
Correct Answer:B
- (Exam Topic 4)
Which program updates the database that is used by the locate command?
Solution:
updatedb
Does this meet the goal?
Correct Answer:A