Saturday, 9 July 2011

Linux - Find processes running by user

To find which processes are running by a given user on linux you can issue the following:
$ ps -fu <username>

No comments:

Post a Comment

Please feel free to leave a comment