On Tue Oct 23 10:22:36 2007, ASW wrote:
Show quoted text> ps on solaris doesn't recognise the BSD style options. eg ps u
I don't have access to a solaris box currently, what are the solaris equivalents to:
(substitute 123 for an actual PID and 'user-defined-items-here' for a valid item like 'command'
ps axo pid,command
ps u -p 123
ps -p 123 -o user-defined-items-here
Thanks!