flatpak-enter(1) Enter an application

SYNOPSIS

flatpak enter [OPTION...] MONITORPID COMMAND [ARG...]

DESCRIPTION

Enter a running sandbox. MONITORPID must be the pid of the monitor process for a running sandbox. COMMAND is the command to run in the sandbox. Extra arguments are passed on to the command.

This creates a new process within the running sandbox, with the same environment. This is useful when you want to debug a problem with a running application.

OPTIONS

The following options are understood:

-h, --help

Show help options and exit.

-v, --verbose

Print debug information during command processing.

--version

Print version information and exit.

EXAMPLES

$ flatpak enter 15345 sh