Differences with the PS command
In order to get a listing of job processes on the Sun, rather than use
the aux options as on other platforms you need to use:
athena% ps -elf
To get information about only your own processes type:
athena% ps -lfu $USER
For more information on other options, see the man page:
athena% man ps
|