Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-01 00:23:59 +00:00
parent af1e54b296
commit 53600d7687
5 changed files with 12 additions and 8 deletions

View File

@@ -8,9 +8,13 @@ source: https://github.com/tldr-pages/tldr.git
> Go tool for managing Linux filesystem encryption.
> More information: <https://github.com/google/fscrypt>.
- Prepare the root filesystem for use with fscrypt:
- Prepare the root filesystem for use with `fscrypt`:
`fscrypt setup`
`sudo fscrypt setup`
- Prepare a specific mountpoint for use with `fscrypt`:
`fscrypt setup {{path/to/directory}}`
- Enable filesystem encryption for a directory: