An administrator who logged in as a standard user needs to kill process 1010 that was started by the root user. Which of the following commands will kill the process?
A.
su "kill 1010"
B.
killall -9 1010
C.
kill 1010
D.
su -c "kill 1010"
An administrator who logged in as a standard user needs to kill process 1010 that was started by the root user. Which of the following commands will kill the process?
An administrator who logged in as a standard user needs to kill process 1010 that was started by the root user. Which of the following commands will kill the process?
A.
su "kill 1010"
B.
killall -9 1010
C.
kill 1010
D.
su -c "kill 1010"
I agree with the answer. D