'\" t .\" Title: flatpak enter .\" Author: Alexander Larsson .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 03/26/2019 .\" Manual: flatpak enter .\" Source: flatpak .\" Language: English .\" .TH "FLATPAK ENTER" "1" "" "flatpak" "flatpak enter" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" flatpak-enter \- Enter an application .SH "SYNOPSIS" .HP \w'\fBflatpak\ enter\fR\ 'u \fBflatpak enter\fR [OPTION...] MONITORPID COMMAND [ARG...] .SH "DESCRIPTION" .PP Enter a running sandbox\&. SANDBOXEDPID must be the pid of a process running in a flatpak sandbox\&. COMMAND is the command to run in the sandbox\&. Extra arguments are passed on to the command\&. .PP 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\&. .PP This command requires extra privileges, so must be run as root or via e\&.g\&. sudo\&. .SH "OPTIONS" .PP The following options are understood: .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Show help options and exit\&. .RE .PP \fB\-v\fR, \fB\-\-verbose\fR .RS 4 Print debug information during command processing\&. .RE .PP \fB\-\-version\fR .RS 4 Print version information and exit\&. .RE .SH "EXAMPLES" .PP \fB$ flatpak enter 15345 sh\fR .SH "SEE ALSO" .PP \fBflatpak\fR(1), \fBflatpak-run\fR(1)