Adding a first version of a pkill cheatsheet

This commit is contained in:
yafp 2017-06-01 21:31:27 +02:00
parent edd7b5e806
commit d1526ede16
1 changed files with 5 additions and 0 deletions

5
cheat/cheatsheets/pkill Normal file
View File

@ -0,0 +1,5 @@
# To kill a process using it's full process name
pkill <processname>
# To kill a process by it's partial name
pkill -f <string>