Friday, July 13, 2007
Solaris 8 digest: Complete process details
Sometime whenever we query for some process:
$ ps -ef | grep console
root 350 1 0 Apr 22 console 0:00 /usr/lib/saf/ttymon -g -h -p huey console login: -T sun -d /dev/console -l con
the process detail is incomplete (up-to con above)
To get the full length view:
use this command: /usr/ucb/ps auxww [PID]
$ /usr/ucb/ps auxww 350
USER PID %CPU %MEM SZ RSS TT S START TIME COMMAND
root 350 0.0 0.0 1880 8 console S Apr 22 0:00 /usr/lib/saf/ttymon -g -h -p huey console login: -T sun -d /dev/console -l console -m ldterm,ttcompat
Subscribe to:
Post Comments (Atom)
© Jadu Saikia www.UNIXCL.com
No comments:
Post a Comment