blob: aac559c841db5576cbc9acd915b4d969cb464b64 (
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
26
27
28
29
|
= cryptsetup-isLuks(8)
:doctype: manpage
:manmanual: Maintenance Commands
:mansource: cryptsetup {release-version}
:man-linkstyle: pass:[blue R < >]
:COMMON_OPTIONS:
:ACTION_ISLUKS:
== Name
cryptsetup-isLuks - check if a device is a LUKS device
== SYNOPSIS
*cryptsetup _isLuks_ [<options>] <device>*
== DESCRIPTION
Returns true, if <device> is a LUKS device, false otherwise.
Use option -v to get human-readable feedback.
'Command successful.' means the device is a LUKS device.
By specifying --type you may query for specific LUKS version.
*<options>* can be [--header, --type, --disable-locks].
include::man/common_options.adoc[]
include::man/common_footer.adoc[]
|