mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
encfs: improve wording
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
ea5a77b14c
commit
65746eb5bb
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# encfs
|
||||
|
||||
> Encrypted virtual filesystem.
|
||||
> To unmount encrypted filesystem use `fusermount -u`.
|
||||
> Mounts or creates encrypted virtual filesystems.
|
||||
> See also `fusermount`, which can unmount filesystems mounted by this command.
|
||||
> More information: <https://github.com/vgough/encfs>.
|
||||
|
||||
- Initialize or mount an encrypted filesystem:
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
`encfs --standard {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
|
||||
|
||||
- Run encfs in foreground instead of spawning a daemon:
|
||||
- Run encfs in the foreground instead of spawning a daemon:
|
||||
|
||||
`encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue