mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
# Kill a process gracefully
|
|
kill -15 <process id>
|
|
|
|
# Kill a process forcefully
|
|
kill -9 <process id>
|