1FLATPAK ENTER(1) flatpak enter FLATPAK ENTER(1)
2
3
4
6 flatpak-enter - Enter an application
7
9 flatpak enter [OPTION...] MONITORPID COMMAND [ARG...]
10
12 Enter a running sandbox. SANDBOXEDPID must be the pid of a process
13 running in a flatpak sandbox. COMMAND is the command to run in the
14 sandbox. Extra arguments are passed on to the command.
15
16 This creates a new process within the running sandbox, with the same
17 environment. This is useful when you want to debug a problem with a
18 running application.
19
20 This command requires extra privileges, so must be run as root or via
21 e.g. sudo.
22
24 The following options are understood:
25
26 -h, --help
27 Show help options and exit.
28
29 -v, --verbose
30 Print debug information during command processing.
31
32 --ostree-verbose
33 Print OSTree debug information during command processing.
34
36 $ flatpak enter 15345 sh
37
39 flatpak(1), flatpak-run(1)
40
41
42
43flatpak FLATPAK ENTER(1)