Categories
Tutorial

Check disk usage in linux

To check how much space directories are taking up, run command:

du -h --max-depth 1 /home | sort -hr