ps (Process list) command in Solaris - Long format

the complete process COMMAND while showing the output of ps. Generally, I use default ps (i.e. /bin/ps) but sometime, the output it shows is not complete. To get rid of this problem, I now started using "/usr/ucb/ps". This command, along with necessary switches, shows complete COMMAND.

$ /usr/ucb/ps -wwxaa
PID TT S TIME COMMAND
0 ? T 0:20 sched
1 ? S 0:01 /etc/init -
2 ? S 0:00 pageout
3 ? S 1502:02 fsflush
49 ? S 0:00 /usr/lib/sysevent/syseventd
51 ? S 0:00 /usr/lib/sysevent/syseventconfd
15323 ? S 1:04 /usr/local/bin/.

 
 
 
 
Copyright © Sun solaris admin