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

Updates basics_of_linux.md

Auto commit by GitBook Editor
parent c3f705ec
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -544,6 +544,13 @@ Add a key:
sudo cryptsetup luksAddKey /dev/sda3
```

Remove a key:

```
sudo cryptsetup luksRemoveKey /dev/sda3
# You are then prompted to input the key/passphrase you want to remove
```

## 9. The Filesystem

### The Filesystem Hierarchy Standard