Re: active programs overview

2003-01-27 Thread Nathan E Norman
On Fri, Jan 24, 2003 at 01:11:41PM -0600, Ron Johnson wrote: > On Fri, 2003-01-24 at 09:52, Joris Huizer wrote: > > Hello, > > > > What is the program to use when I want to know which > > programs are running ? > > $ ps -ax > $ ps -axf > $ ps -axf --cols=`echo $COLUMNS` I hate to nitpick, but al

Re: active programs overview

2003-01-24 Thread Nicos Gollan
On Friday 24 January 2003 16:52, Joris Huizer wrote: > What is the program to use when I want to know which > programs are running ? There's "ps" for a quick glimpse (has a load of options, so read the manpage) or "top" for continuous monitoring. -- Got Backup? -- To UNSUBSCRIBE, email to [E

Re: active programs overview

2003-01-24 Thread Seneca
On Fri, Jan 24, 2003 at 07:52:36AM -0800, Joris Huizer wrote: > What is the program to use when I want to know which > programs are running ? ps aux top si grep Name /proc/[0-9]*/status | awk '{ print $2 }' There are more ways, but I think that this is enough. -- Seneca [EMAIL PROTECTED] --

active programs overview

2003-01-24 Thread Joris Huizer
Hello, What is the program to use when I want to know which programs are running ? Thanks :-) Joris __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]