Monday, 18 July 2011

Linux - kill process by UID

To kill all processes by a userid issue the following command:
$ pkill -u <uid>

No comments:

Post a Comment

Please feel free to leave a comment