Python / Django
(Move to ...)
Home Page
Python Internals
JIT vs AOT
Kernel
User mode linux
Unix as IDE
Vim
Gdb
Software Design Patterns
Algorithms
Mercurial
Git
Popularity of programming languages
▼
Oct 12, 2013
Find out current working directory of a running process?
pwdx <PID>
lsof -p <PID> | grep cwd
readlink -e /proc/<PID>/cwd
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment