Answers for "how to kill all process running in linux"

2

how to kill a process with linux

ps ux #list the running proccess
kill -9 <PID>
Posted by: Guest on January-23-2021
-1

kill all process

killall node -9
Posted by: Guest on May-04-2020

Code answers related to "how to kill all process running in linux"

Browse Popular Code Answers by Language