On Thu, Oct 21, 2004 at 09:07:50AM -0500, Christopher Gordon wrote:
> When I want to see what processes are running and I use the 
> 
> ps-f 

Try -w, I usually use something like this myself:

$ ps auxww | less

 or for just my stuff

$ ps uxww | less


-- 
Don Bindner <[EMAIL PROTECTED]>

-----------------------------------------------------------------
To get off this list, send email to [EMAIL PROTECTED]
with Subject: unsubscribe
-----------------------------------------------------------------

Reply via email to