If you want to see how much space each folder ocuppes: spa
du -sh * io
s: summarize h: human readable *: list of folders file
2. command
Use the df command: sort
df -h ant
3.du -sh * | sort -nr | more .. to sort by the largest files first co
4. du -ak /var | sort -n -r | page
background