

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following will kill the process 1010 by an administrator(logged in as a standard user)? The process 1010 was started by the root user. |
A. | kill 1010 |
B. | su "kill 1010" |
C. | su -c "kill 1010" |
D. | killall -9 1010 |
Answer» D. killall -9 1010 | |