Re: ps COMMAND column

2009-01-14 Thread Ehud Karni
On Tue, 13 Jan 2009 17:14:20, Paul McFerrin wrote: > > Is there a way to get "ps" to display more on the COMMAND column? Use the "procps" command instead. It works like the "ps" command on Linux. For example I use the following command: procps -e -o user,pid,ppid,sess,tty8,start,time,cmd -w

RE: ps COMMAND column

2009-01-13 Thread Buchbinder, Barry (NIH/NIAID) [E]
Paul McFerrin wrote on Tuesday, January 13, 2009 5:14 PM: > Is there a way to get "ps" to display more on the COMMAND column? Doesn't look like it. But try $ pstree -a $ procps -f $ procps -F -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

ps COMMAND column

2009-01-13 Thread Paul McFerrin
Is there a way to get "ps" to display more on the COMMAND column? It appears to display only argv[0] and none of the others. So when executing ksh scripts, they all show up as "ksh". Or if you have multiple executions of a single command, it makes it hard to identify which one you want to ki