cheat-fork-echo/cheat/cheatsheets/pkill

6 lines
129 B
Plaintext

# To kill a process using it's full process name
pkill <processname>
# To kill a process by it's partial name
pkill -f <string>