Imported Upstream version 2.6.1
[platform/upstream/cryptsetup.git] / man / cryptsetup-isLuks.8.adoc
1 = cryptsetup-isLuks(8)
2 :doctype: manpage
3 :manmanual: Maintenance Commands
4 :mansource: cryptsetup {release-version}
5 :man-linkstyle: pass:[blue R < >]
6 :COMMON_OPTIONS:
7 :ACTION_ISLUKS:
8
9 == Name
10
11 cryptsetup-isLuks - check if a device is a LUKS device
12
13 == SYNOPSIS
14
15 *cryptsetup _isLuks_ [<options>] <device>*
16
17 == DESCRIPTION
18
19 Returns true, if <device> is a LUKS device, false otherwise.
20
21 Use option -v to get human-readable feedback.
22 'Command successful.' means the device is a LUKS device.
23
24 By specifying --type you may query for specific LUKS version.
25
26 *<options>* can be [--header, --type, --disable-locks].
27
28 include::man/common_options.adoc[]
29 include::man/common_footer.adoc[]