Displaying information about other user's processes

To display information about processes associated with another user use one of the following commands:

System V                         BSD

ps -u user_name                  ps -aux | grep user_name

System V Example


[Home] [Search] [Index]