Anoop Chandran wrote:
use the lsof command man lsof or cat /proc/<pid of perl process>/environ (i think so :D ) cat /proc/<pid of perl process>/cwd (i think so :D )
One more way for the pile ;-) : ps -fp <pid> | tail -n1 -Andy
Anoop Chandran wrote:
use the lsof command man lsof or cat /proc/<pid of perl process>/environ (i think so :D ) cat /proc/<pid of perl process>/cwd (i think so :D )
One more way for the pile ;-) : ps -fp <pid> | tail -n1 -Andy