Ralph Shumaker wrote:
> I want to use "ps -Hef" but limit its output to the user running the 
> command.  Maybe I'm blind, because I cannot seem to find the appropriate 
> switch.
> 
> How do I do it?

Since -e means all processes, get rid of that.
-u allows you to select by effectve UID.

$ ps -Hfu $USER

-john


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to