Wednesday, November 16, 2005

unix tip: ps - full listing of the processes name

to get full listing of the processes name when using ps
for linux, you can use -w option.
eg:

$ ps -auxww

for aix, you can use -l option.
$ ps -elf

but for solaris, the processes name get truncated when you use -l option, so it is sufficient to use ps -ef only.


2 comments:

Anonymous said...

for aix, if NOT using -l option u'll still get the full processes name. the only different with -l option is u'll get extra collumn.

Anonymous said...

huk alohhh... salleh yaakob