mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 23:26:00 +02:00
encfs: fix unmount example to comply with style
This commit is contained in:
parent
6ff6308456
commit
ea5a77b14c
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
# encfs
|
# encfs
|
||||||
|
|
||||||
> Encrypted virtual filesystem.
|
> Encrypted virtual filesystem.
|
||||||
|
> To unmount encrypted filesystem use `fusermount -u`.
|
||||||
> More information: <https://github.com/vgough/encfs>.
|
> More information: <https://github.com/vgough/encfs>.
|
||||||
|
|
||||||
- Initialize or mount an encrypted filesystem:
|
- Initialize or mount an encrypted filesystem:
|
||||||
|
@ -15,10 +16,6 @@
|
||||||
|
|
||||||
`encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
|
`encfs -f {{/path/to/cipher_dir}} {{/path/to/mount_point}}`
|
||||||
|
|
||||||
- Unmount an encrypted filesystem:
|
|
||||||
|
|
||||||
`fusermount -u {{path/to/mount_point}}`
|
|
||||||
|
|
||||||
- Mount an encrypted snapshot of a plain directory:
|
- Mount an encrypted snapshot of a plain directory:
|
||||||
|
|
||||||
`encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`
|
`encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue