Loading basics_of_linux.md +3 −11 Original line number Diff line number Diff line Loading @@ -523,16 +523,10 @@ lsblk fdisk -l ``` ### Change encryption passphrase First find out which device is the encrypted device: ``` lsblk # In type you will see "crypt" Loading @@ -547,11 +541,9 @@ sudo cryptsetup luksDump /dev/sda3 Add a key: ``` sudo cryptsetup luksAddKey /dev/sda5 sudo cryptsetup luksAddKey /dev/sda3 ``` ## 9. The Filesystem ### The Filesystem Hierarchy Standard Loading Loading
basics_of_linux.md +3 −11 Original line number Diff line number Diff line Loading @@ -523,16 +523,10 @@ lsblk fdisk -l ``` ### Change encryption passphrase First find out which device is the encrypted device: ``` lsblk # In type you will see "crypt" Loading @@ -547,11 +541,9 @@ sudo cryptsetup luksDump /dev/sda3 Add a key: ``` sudo cryptsetup luksAddKey /dev/sda5 sudo cryptsetup luksAddKey /dev/sda3 ``` ## 9. The Filesystem ### The Filesystem Hierarchy Standard Loading