1FLATPAK ENTER(1) flatpak enter FLATPAK ENTER(1)
2
3
4
6 flatpak-enter - Enter an application or runtime's sandbox
7
9 flatpak enter [OPTION...] INSTANCE COMMAND [ARG...]
10
12 Enter a running sandbox.
13
14 INSTANCE must be either the pid of a process running in a flatpak
15 sandbox, or the ID of a running application, or the instance ID of a
16 running sandbox. You can use flatpak ps to find the instance IDs of
17 running flatpaks.
18
19 COMMAND is the command to run in the sandbox. Extra arguments are
20 passed on to the command.
21
22 This creates a new process within the running sandbox, with the same
23 environment. This is useful when you want to debug a problem with a
24 running application.
25
26 This command works as a regular user if the system support unprivileged
27 user namespace. If that is not available you need to run run it like:
28 sudo -E flatpak enter.
29
31 The following options are understood:
32
33 -h, --help
34 Show help options and exit.
35
36 -v, --verbose
37 Print debug information during command processing.
38
39 --ostree-verbose
40 Print OSTree debug information during command processing.
41
43 $ flatpak enter 15345 sh
44
46 flatpak(1), flatpak-run(1) flatpak-ps(1)
47
48
49
50flatpak FLATPAK ENTER(1)