# Show used disk space on Linux

```
sudo du -h -x -d1 /
```