Processes on Linux
Created: 2022-06-22 Tags: #literature
kill <PID> For instance, to kill PID 1337, we'd use kill 1337.
kill <PID>
kill 1337
Optional Arguments to send Below are some of the signals that we can send to a process when it is killed: