1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

encfs: fix unmount example to comply with style

This commit is contained in:
michaeldel 2021-03-29 13:42:38 +02:00 committed by Starbeamrainbowlabs
parent 6ff6308456
commit ea5a77b14c

View file

@ -1,6 +1,7 @@
# encfs
> Encrypted virtual filesystem.
> To unmount encrypted filesystem use `fusermount -u`.
> More information: <https://github.com/vgough/encfs>.
- Initialize or mount an encrypted filesystem:
@ -15,10 +16,6 @@
`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:
`encfs --reverse {{path/to/plain_dir}} {{path/to/cipher_dir}}`