You work as an Administrator for McNeil Inc. The company has a Linux-based network. You are
logged in as a standard user on your client computer. You have started a process 1001 as a root
user. You want to kill the process. Which of the following commands will you use to accomplish
the task?
A.
kill 1001 /SU
B.
su -c “kill 1001”
C.
kill 1001
D.
killall 1001