Exercise: Quizz

28 - What is the difference between the kill and the killall commands?


kill will terminate one process, killall will terminate all processes for all users.
kill will terminate one process, killall will terminate all processes with the same name.
kill will terminate one process, killall will terminate all processes from the same username.
kill will terminate one process, killall will terminate all processes on the system.