Skip to main content
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link

What you want is in this answeranswer and this answeranswer

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

ps -u <username>

to search processes started by a user.

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.

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.

Source Link
gwillie
  • 1.2k
  • 11
  • 8

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.