Answers for "how do we kill a process in unix"

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

linux kill process

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language