Linux TerminatingThere are four ways to kill or terminate a process. These commands allow you to run the system uninterruptedly after terminating a process without rebooting the system. These commands can be internal or external.
How to know PIDTo use terminating commands you need to know different PIDs. PID for a process can be find out with the following command, Syntax: ![]()
Next TopicLinux kill
|