Script running

Andy Green andy at warmcat.com
Sat Oct 28 10:44:20 UTC 2006


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




More information about the fedora-list mailing list