Commit c3f705ec authored by Philip Linghammar's avatar Philip Linghammar
Browse files

Updates basics_of_linux.md

Auto commit by GitBook Editor
parent ad00ae6e
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -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"
@@ -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