1FEXE(1) Frysk FEXE(1)
2
3
4
6 fexe - print a process or corefile's executable path
7
9 fexe [options] {program arg ... | pid... |
10 core-file [ core-executable ]... }
11
13 fexe prints a processe or corefile's full executable path to standard
14 output.
15
16 -v
17 Use more verbose output, the process, executable, and /proc/PID/exe
18 contents are displayed.
19
20 Standard Frysk Options
21 -exe
22 The full path of the executable to read.
23
24 -noexe
25 Do not attempt to read the corresponding executable when loading a
26 core file.
27
28 -sysroot directory
29 The system root directory under which all executables, libraries,
30 and source are located.
31
32 -debug class=level...
33 Set internal debug-tracing of the specified Java class to level
34 (level can be NONE, INFO, WARNING, FINE, and FINEST). If the level
35 is absent, FINE is assumed; if the class is absent, the global
36 level is set.
37
39 In this sequence a copy of bash is created and then executed, the
40 running processes path examined:
41
42 $ cp /bin/bash /tmp/sh
43 $ PS1='sh$ ' /tmp/sh
44 sh$ fexe $$
45 /tmp/sh
46 sh$ rm /tmp/sh
47 sh$ fexe -v $$
48 1234 null /tmp/sh (deleted)
49
51 frysk(7)
52
54 Report bugs to http://sourceware.org/frysk
55
56
57
58Frysk 0.4-91.fc39 April 2008 FEXE(1)