Chapter 8 Flashcards
2
Q
Which of the following can be encrypted with LUKS?
A
ext4 filesystems
swap partitions
msdos filesystems
3
Q
Which of the following devices can be encrypted with LUKS?
A
Physical partitions and Logical Volumes
3
Q
Which is the correct order for preparing an encrypted device?
A
Create the partition, format for encryption, unlock the partition, create a filesystem, mount the filesystem
4
Q
Which command encrypts the device?
A
cryptsetup luksFormat
5
Q
Which command is used to manually unlock an encrypted device?
A
cryptsetup luksOpen
6
Q
What file holds the mappings for encrypted devices?
A
/etc/crypttab