1FLATPAK ENTER(1)                 flatpak enter                FLATPAK ENTER(1)
2
3
4

NAME

6       flatpak-enter - Enter an application
7

SYNOPSIS

9       flatpak enter [OPTION...] INSTANCE COMMAND [ARG...]
10

DESCRIPTION

12       Enter a running sandbox.  INSTANCE must be either the pid of a process
13       running in a flatpak sandbox, or the ID of a running application or a
14       the instance ID of a running sandbox.  COMMAND is the command to run in
15       the sandbox. Extra arguments are passed on to the command.
16
17       This creates a new process within the running sandbox, with the same
18       environment. This is useful when you want to debug a problem with a
19       running application.
20
21       This command requires extra privileges, so must be run as root or via
22       e.g. sudo. To get TAB completion for the application ID, use sudo -E.
23

OPTIONS

25       The following options are understood:
26
27       -h, --help
28           Show help options and exit.
29
30       -v, --verbose
31           Print debug information during command processing.
32
33       --ostree-verbose
34           Print OSTree debug information during command processing.
35

EXAMPLES

37       $ flatpak enter 15345 sh
38

SEE ALSO

40       flatpak(1), flatpak-run(1)
41
42
43
44flatpak                                                       FLATPAK ENTER(1)
Impressum