linux ps aux command
Posted
by lakshmipathi
on Stack Overflow
See other posts from Stack Overflow
or by lakshmipathi
Published on 2010-04-06T11:27:58Z
Indexed on
2010/04/06
11:33 UTC
Read the original article
Hit count: 211
How obtain the running process with absolute path name from ps command
13598 ? Ssl 0:00 /opt/something --run-id 2 -n /home/laks/f1 -l l.log
I need the output as -
/opt/something --run-id 2 -n /home/laks/f1 -l l.log
© Stack Overflow or respective owner