ps -fp $(pgrep -u USERID)Where USERID is the userid you are interested in.
Computer Tips - How can I get detailed info about the processes owned by a certain
Date: 2012aug1
OS: Linux
Keywords: bash
Q. How can I get detailed info about the processes owned by a certain
user on the command line?
A. Use pgrep to find the processes then ps for the details: