how to kill all the process in linux code example
Example 1: linux kill process
kill -9 3827
kill -9 3919
kill -9 10764
kill -9 11679
Example 2: kill all process
killall node -9
kill -9 3827
kill -9 3919
kill -9 10764
kill -9 11679
killall node -9