blob: 8ffe9ff0749c3e76fe18d6f947ac398c42f7fa90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
= cryptsetup-luksUUID(8)
:doctype: manpage
:manmanual: Maintenance Commands
:mansource: cryptsetup {release-version}
:man-linkstyle: pass:[blue R < >]
:COMMON_OPTIONS:
:ACTION_LUKSUUID:
== Name
cryptsetup-luksUUID - print or set the UUID of a LUKS device
== SYNOPSIS
*cryptsetup _luksUUID_ [<options>] <device>*
== DESCRIPTION
Print the UUID of a LUKS device. +
Set new UUID if _--uuid_ option is specified.
*<options>* can be [--header, --uuid, --type, --disable-locks].
include::man/common_options.adoc[]
include::man/common_footer.adoc[]
|