cheat/cheat/cheatsheets/kill

6 lines
100 B
Plaintext
Raw Normal View History

# Kill a process gracefully
kill -15 <process id>
# Kill a process forcefully
kill -9 <process id>