Wednesday, July 11, 2007

Want to check full process name with command line arguments ???

Hmmmmmm, so tried "ps -eaf" and this would not give me full process name with its command line argument :( , well didnt you try the next ???

/usr/ucb/ps auxww pid_value

NOTE: This works for solaris.
For HPUX : try using "ps auxww pid_value"
For AIX: No idea, shall update once found.
For Linux : i believe the normal ps -eaf would be good :)