Forrest logo
back to context overview

cryfs

List of commands for cryfs:

  • cryfs:tldr:02601 cryfs: Mount an encrypted filesystem. The initialization wizard will be started on the first execution.
    $ cryfs ${path-to-cipher_dir} ${path-to-mount_point}
    try on your machine
    explain this command
  • cryfs:tldr:323ae cryfs: Unmount an encrypted filesystem.
    $ cryfs-unmount ${path-to-mount_point}
    try on your machine
    explain this command
  • cryfs:tldr:4ae0c cryfs: Automatically unmount after ten minutes of inactivity.
    $ cryfs --unmount-idle ${10} ${path-to-cipher_dir} ${path-to-mount_point}
    try on your machine
    explain this command
  • cryfs:tldr:877be cryfs: Show a list of supported ciphers.
    $ cryfs --show-ciphers
    try on your machine
    explain this command
back to context overview