Find executable path from PID in Linux 22 September 2015 on Linux To find the path to a running executable from a PID in Linux, run the following: readlink -f /proc/<PID>/exe