←  linux commands

Views:

kill command

The kill command is used to kill a process.

Syntax: kill [options] PID

We can get the PID using ps command

Example:

kill 11577
kill-output