Command
kill
Explanation
kill is used to terminate the processes by ID. It terminates the processes by ID.
Examples
Terminate process by PID
kill 1234
Forcefully terminate process
kill -9 1234
kill
kill is used to terminate the processes by ID. It terminates the processes by ID.
Terminate process by PID
kill 1234
Forcefully terminate process
kill -9 1234