Skip to main content
2 of 2
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/

What you want is in this answer and this answer

The only thing I'll add is the -u user option for ps eg:

ps -u <username>

to search processes started by a user.

gwillie
  • 1.2k
  • 11
  • 8