aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-11 10:38:01 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-11 10:38:01 -0500
commit85207135303959b6fb91ab9ac31dc995bd000774 (patch)
tree9159116eb6f8b70cd8fb5af5289bf558bd9290d6 /src/man
parentfile transfer feature (diff)
downloadfirejail-85207135303959b6fb91ab9ac31dc995bd000774.tar.gz
firejail-85207135303959b6fb91ab9ac31dc995bd000774.tar.zst
firejail-85207135303959b6fb91ab9ac31dc995bd000774.zip
file transfer feature
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index a53d2d14e..fead4eaf5 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1540,12 +1540,12 @@ and transfer files from the container to the host file system.
1540 1540
1541.TP 1541.TP
1542\fB\-\-get=name filename 1542\fB\-\-get=name filename
1543Retrieve the container file filename and store it on the host in the current working directory. 1543Retrieve the container file and store it on the host in the current working directory.
1544The container is spececified by name (\-\-name option). Full path is needed for filename. 1544The container is spececified by name (\-\-name option). Full path is needed for filename.
1545 1545
1546.TP 1546.TP
1547\fB\-\-get=pid filename 1547\fB\-\-get=pid filename
1548Retrieve the container file filename and store it on the host in the current working directory. 1548Retrieve the container file and store it on the host in the current working directory.
1549The container is spececified by process ID. Full path is needed for filename. 1549The container is spececified by process ID. Full path is needed for filename.
1550 1550
1551.TP 1551.TP
@@ -1565,6 +1565,10 @@ Examples:
1565.br 1565.br
1566 1566
1567.br 1567.br
1568$ firejail \-\-name=mybrowser --private firefox
1569.br
1570
1571.br
1568$ firejail \-\-ls=mybrowser ~/Downloads 1572$ firejail \-\-ls=mybrowser ~/Downloads
1569.br 1573.br
1570drwxr-xr-x netblue netblue 4096 . 1574drwxr-xr-x netblue netblue 4096 .