fexe — print a process or corefile's executable path
fexe [
options
] {
program
arg
...
|
pid
... |
core-file
[
core-executable
]
... }
fexe prints a processe or corefile's
full executable path to standard output.
Use more verbose output, the process, executable, and /proc/PID/exe contents are displayed.
-exeThe full path of the executable to read.
-noexeDo not attempt to read the corresponding executable when loading a core file.
-sysroot directoryThe system root directory under which all executables, libraries, and source are located.
-debug class=level...Set internal debug-tracing of the specified
Java class
to level (level can be NONE,
INFO, WARNING, FINE, and FINEST). If
the level is absent, FINE is
assumed; if the class is absent,
the global level is set.