Kill All Processes Belonging to Any User in Linux

Hi, Sometimes you need to kill all processes of any user in linux.   Normally you can kill any process from its PID like following.   [root@MehmetSalih ~]# ps -ef | grep OSWatcher.sh root 4183 1 6 May02 ? 20:13:56 /bin/sh ./OSWatcher.sh 10 504 gzip /opt/oracle/oak/oswbb/archive root 73811 4183 15 16:10 ? 00:00:00 /bin/sh ./OSWatcher.sh … Continue reading Kill All Processes Belonging to Any User in Linux