mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
cryptsetup: add luksChangeKey example (#2146)
This commit is contained in:
parent
c0f023b573
commit
9cd177e31d
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Remove an existing mapping:
|
||||
|
||||
`cryptsetup luksClose {{target}}`
|
||||
|
||||
- Change the LUKS volume's passphrase:
|
||||
|
||||
`cryptsetup luksChangeKey {{/dev/sda1}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue