Answers for "how to kill process in linux ubtuntu"

2

kill a process on Ubuntu

sudo kill -9 $(sudo lsof -t -i:9001)
Posted by: Guest on January-07-2021
0

how to kill a process in linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language