Search Results

1
vote

freebsd: current dir of running process by process id

You can get the inode number of the current working directory with fstat -p $PID It looks like lsof will give you a human readable form of the current working dir …