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:
parent
ef6bf80cec
commit
95422e4735
1 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue