Hello,
I've got a question:
How to get the working directory for a process?
I mean when I do: ps -ef | grep MyProcess
I'm getting whole description and CMD info. But the CMD is very short and when I start next MyProcess I don't know which one is first which is second.
In CMD I've got something like this:
user1 13700 13699 0 12:31:11 pts/6 0:10 /usr/tibco/sap/bin/r3Adapter -system:repourl tibcr://TestBAPI:subject=com.tibco
but the interesting info comes after this line.
How to see whole line or how to check from where (directory) this command was called.
Thanks a lot
Tomasz
I've got a question:
How to get the working directory for a process?
I mean when I do: ps -ef | grep MyProcess
I'm getting whole description and CMD info. But the CMD is very short and when I start next MyProcess I don't know which one is first which is second.
In CMD I've got something like this:
user1 13700 13699 0 12:31:11 pts/6 0:10 /usr/tibco/sap/bin/r3Adapter -system:repourl tibcr://TestBAPI:subject=com.tibco
but the interesting info comes after this line.
How to see whole line or how to check from where (directory) this command was called.
Thanks a lot
Tomasz