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.
Options
- kill 1010
- su "kill 1010"
- su -c "kill 1010"
- killall -9 1010
CORRECT ANSWER : su -c "kill 1010"
Write your comments