System Grab Bag

View all TLDR pages from common (or from all pages)

cryfs

A cryptographic filesystem for the cloud. More information: https://www.cryfs.org/.
  • Mount an encrypted filesystem. The initialization wizard will be started on the first execution:
    cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}
  • Unmount an encrypted filesystem:
    cryfs-unmount {{path/to/mount_point}}
  • Automatically unmount after ten minutes of inactivity:
    cryfs --unmount-idle {{10}} {{path/to/cipher_dir}} {{path/to/mount_point}}
  • Show a list of supported ciphers:
    cryfs --show-ciphers

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.