# Find out what's taking up all the space in your linux install

##### Example for / partition:

```
du -h / | grep '[0-9\.]\+G'
```