diff options
Diffstat (limited to '')
-rw-r--r-- | man/cryptsetup-erase.8.adoc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/man/cryptsetup-erase.8.adoc b/man/cryptsetup-erase.8.adoc new file mode 100644 index 0000000..97a13aa --- /dev/null +++ b/man/cryptsetup-erase.8.adoc @@ -0,0 +1,28 @@ += cryptsetup-erase(8) +:doctype: manpage +:manmanual: Maintenance Commands +:mansource: cryptsetup {release-version} +:man-linkstyle: pass:[blue R < >] +:COMMON_OPTIONS: +:ACTION_ERASE: + +== Name + +cryptsetup-erase, cryptsetup-luksErase - erase all keyslots + +== SYNOPSIS + +*cryptsetup _erase_ [<options>] <device>* + +*cryptsetup _luksErase_ [<options>] <device>* + +== DESCRIPTION + +Erase all keyslots and make the LUKS container permanently inaccessible. +You do not need to provide any password for this operation. + +*WARNING:* This operation is irreversible. + +*<options>* can be [--header, --disable-locks]. + +include::man/common_options.adoc[] +include::man/common_footer.adoc[] |