in reply to (OT) How to use ps unix command to see the task full command
I am trying to use 'ps' unix command to see the full command the task used.
It seems that nobody has mentioned Proc::ProcessTable yet, which greatly eases this kind of tasks. Alternatively under Linux, but I don't know under how many other unices, you can check <c>"/proc/$pid/cmdline".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: (OT) How to use ps unix command to see the task full command
by Anonymous Monk on Dec 14, 2011 at 00:06 UTC |