1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-03 03:33:25 +02:00

fscrypt: add example and sudo (#17908)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Managor 2025-08-31 14:28:19 +03:00 committed by GitHub
parent ef6bf80cec
commit 95422e4735
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,13 @@
> 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: