Add diskutil snippet

This commit is contained in:
Marcel Bischoff 2015-09-25 16:38:10 +02:00
parent 800c7987ab
commit f939e8d651

View File

@ -156,6 +156,11 @@ You don't have to use the Disk Utility GUI for this.
sudo diskutil repairPermissions /
```
#### Show All Attached Disks and Partitions
```bash
diskutil list
```
## Documents