TRN
08-15-2003, 04:09 PM
The ps command lists all the processes in a system. Use different options to gain information.
Try the following
ps -aux
ps -auxww
ps -A |less
Options include:
-a
-r
-x
-u
-f
-l
-w
-ww
Try the following
ps -aux
ps -auxww
ps -A |less
Options include:
-a
-r
-x
-u
-f
-l
-w
-ww