fexe

Langue: en

Autres versions - même langue

Version: July 18 2007 (fedora - 25/11/07)

Section: 1 (Commandes utilisateur)

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

funit(8) fcatch(1) fcore(1) fstack(1) ftrace(1)

BUGS

Report bugs to http://sources.redhat.com/frysk [1].

NOTES

1.
http://sources.redhat.com/frysk
http:/sources.redhat.com/frysk