kill

Send signal to processes

← All commands

Common Examples

$ kill 1234
$ kill -9 1234
$ killall node
$ pkill -f "python script"