Find executable path from PID in Linux

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