Answers for "how to use kill in linux"

1

kill a process linux

type top 
find PID in the menu
then,
kill -9 your_PID
Posted by: Guest on June-30-2021
0

how to kill a process in linux

ps aux | grep chrome
Posted by: Guest on September-03-2020

Code answers related to "how to use kill in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language