» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 1 »
Question 6/20
Explanation: The kill command is used to send a signal to kill one or more process IDs. You must own the
process or be a privileged user, otherwise the kill command will be ignored.
Reference: http://www.oreillynet.com/linux/cmd/k/kill.html
Incorrect Answers
A: You need to end the background process. You know its process ID; therefore you should issue the process
ID with the kill command to kill the appropriate process.
B: You cannot use the job number with the kill command. You should use the process ID or process name.
D: The kill command won't work if it doesn't know what process you want it to kill.