Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

fexe(1)


FEXE

FEXE

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO
BUGS

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



fexe(1)