Answers for "kill process ubuntu command line"

1

kill a process on Ubuntu

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

kill all process ubuntu

killall5 -9 # If all options fails this is the last option
Posted by: Guest on September-23-2021

Code answers related to "kill process ubuntu command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language