mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
6 lines
129 B
Plaintext
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>
|