Hello,
I am using v0.4.1 on Linux with Python 2.7.3.
Is it possible to get the working directory of a process started by another user?I can access other details but not the working directory:>>> p = psutil.Process(OTHER_USER_PROCESS_ID)>>> p.cmdline[...]>>> p.name...>>> p.getcwd()AccessDenied Exception--
--
You received this message because you are subscribed to the "Python process utilities (psutil)" project group:
http://code.google.com/p/psutil
To post to this group, send email to psu...@googlegroups.com
To unsubscribe from this group, send email to psutil-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/psutil