Using the kill command on Linux.

Killing rogue programs in Linux The kill command included by default with the Linux suite of commands may be used to terminate a process by passing kill a process ID (PID). By default, kill just tells the process to die, but if the process has made previous arrangements with the…

Read More