1
0
Fork 0
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:
zlbabe 2018-06-18 12:08:59 +00:00 committed by Owen Voke
parent c0f023b573
commit 9cd177e31d

View file

@ -13,3 +13,7 @@
- Remove an existing mapping:
`cryptsetup luksClose {{target}}`
- Change the LUKS volume's passphrase:
`cryptsetup luksChangeKey {{/dev/sda1}}`