FEXE(1) FEXE(1)
NAME
fexe - Print a process or corefile’s executable path
SYNOPSIS
fexe [-v]
DESCRIPTION
fexe Print a processe or corefile’s full executable path to standard
output.
-v Use more verbose output, the process, executable, and
/proc/PID/exe contents are printed.
EXAMPLE
In this sequence a copy of bash is created and then executed, the
running processes path examined:
$ cp /bin/bash /tmp/sh
$ PS1=’sh$ ’ /tmp/sh
sh$ fexe $$
/tmp/sh
sh$ rm /tmp/sh
sh$ fexe -v $$
1234 null /tmp/sh (deleted)
SEE ALSO
frysk(7)
BUGS
Report bugs to http://sourceware.org/frysk
July 18 2007 FEXE(1)