System Grab Bag

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

fscrypt

Go tool for managing Linux filesystem encryption. More information: https://github.com/google/fscrypt.
  • Prepare the root filesystem for use with fscrypt:
    fscrypt setup
  • Enable filesystem encryption for a directory:
    fscrypt encrypt {{path/to/directory}}
  • Unlock an encrypted directory:
    fscrypt unlock {{path/to/encrypted_directory}}
  • Lock an encrypted directory:
    fscrypt lock {{path/to/encrypted_directory}}

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.