linux/kill

Terminate Process

Terminate processes by ID

process
system

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