How would you kill a process

Linux Interview Questions: -   How would you kill a process?



The kill command takes the PID as one argument; this identifies which process to terminate. The PID of a process can be got using ‘ps’ command.