diff --git a/pages/linux/fscrypt.md b/pages/linux/fscrypt.md index 2abe8a38b2..e2971f40cf 100644 --- a/pages/linux/fscrypt.md +++ b/pages/linux/fscrypt.md @@ -3,9 +3,13 @@ > Go tool for managing Linux filesystem encryption. > More information: . -- 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: