aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index c62121b38..73d52af71 100644
--- a/README.md
+++ b/README.md
@@ -52,20 +52,20 @@ More information here: https://firejail.wordpress.com/documentation-2/x11-guide/
52 52
53## File transfers 53## File transfers
54````` 54`````
55FILE TRANSFERS 55FILE TRANSFER
56 These features allow the user to inspect the file system container of 56 These features allow the user to inspect the file system container of
57 an existing sandbox and transfer files from the container to the host 57 an existing sandbox and transfer files from the container to the host
58 file system. 58 file system.
59 59
60 --get=name filename 60 --get=name filename
61 Retrieve the container file filename and store it on the host in 61 Retrieve the container file and store it on the host in the cur‐
62 the current working directory. The container is spececified by 62 rent working directory. The container is spececified by name
63 name (--name option). Full path is needed for filename. 63 (--name option). Full path is needed for filename.
64 64
65 --get=pid filename 65 --get=pid filename
66 Retrieve the container file filename and store it on the host in 66 Retrieve the container file and store it on the host in the cur‐
67 the current working directory. The container is spececified by 67 rent working directory. The container is spececified by process
68 process ID. Full path is needed for filename. 68 ID. Full path is needed for filename.
69 69
70 --ls=name dir_or_filename 70 --ls=name dir_or_filename
71 List container files. The container is spececified by name 71 List container files. The container is spececified by name
@@ -77,6 +77,8 @@ FILE TRANSFERS
77 77
78 Examples: 78 Examples:
79 79
80 $ firejail --name=mybrowser --private firefox
81
80 $ firejail --ls=mybrowser ~/Downloads 82 $ firejail --ls=mybrowser ~/Downloads
81 drwxr-xr-x netblue netblue 4096 . 83 drwxr-xr-x netblue netblue 4096 .
82 drwxr-xr-x netblue netblue 4096 .. 84 drwxr-xr-x netblue netblue 4096 ..