Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
killall -s _______ daemon
See Below Explanation:
Answer : A
Creating a hard link to an ordinary file returns an error. What could be the reason for this?
Answer : E
During a system boot cycle, what program is executed after the BIOS completes its tasks?
Answer : A
What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command?
Answer : C
Pressing the Ctrl-C combination on the keyboard while a command is executing in the foreground sends which of the following signal codes?
Answer : B
Which option to the yum command will update the entire system? (Specify ONLY the option name without any additional parameters.)
See Below Explanation:
Answer : A
Which of the following commands enables the setuid (suid) permission on the executable /bin/foo?
Answer : B