in reply to Re: (OT) How to use ps unix command to see the task full command
in thread (OT) How to use ps unix command to see the task full command

You might be able to use the SunOS style /usr/ucb/ps -axw to get more information. I think the -l flag gives a longer listing and the -e flag gives the environment for each process as well.

Cheers,

JohnGG