mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-18 09:50:44 +01:00
5 lines
129 B
Text
5 lines
129 B
Text
# To kill a process using it's full process name
|
|
pkill <processname>
|
|
|
|
# To kill a process by it's partial name
|
|
pkill -f <string>
|