In Windows environment there is an API to obtain the path which is running a process. Is there something similar in Unix / Linux?
Or is there some other way to do th
You can find the exe easily by these ways, just try it yourself.
ll /proc//exe
pwdx
lsof -p | grep cwd