kill a process by entering the process name in linux
the command :
ps -ef | grep PROCESS | grep -v grep | awk '{print $2}' | xargs kill -9
kill a process by entering the process name in linux
the command :
ps -ef | grep PROCESS | grep -v grep | awk '{print $2}' | xargs kill -9