
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 machineexplain this command
-
cryfs:tldr:323ae cryfs: Unmount an encrypted filesystem.$ cryfs-unmount ${path-to-mount_point}try on your machineexplain 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 machineexplain this command
-
cryfs:tldr:877be cryfs: Show a list of supported ciphers.$ cryfs --show-cipherstry on your machineexplain this command