mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 06:02:30 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Mount an encrypted filesystem. The initialization wizard will be started on the first execution:
|
||||
|
||||
`cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}`
|
||||
`cryfs {{path/to/cipher_directory}} {{path/to/mount_point}}`
|
||||
|
||||
- Unmount an encrypted filesystem:
|
||||
|
||||
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Automatically unmount after ten minutes of inactivity:
|
||||
|
||||
`cryfs --unmount-idle {{10}} {{path/to/cipher_dir}} {{path/to/mount_point}}`
|
||||
`cryfs --unmount-idle {{10}} {{path/to/cipher_directory}} {{path/to/mount_point}}`
|
||||
|
||||
- List supported ciphers:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user