View disk space usage by directory in Linux

If you need to get a break down of how much space each directory is using, you can do that using the du command. Using a few choice options it will produce a list of all directories in the current folders and how big they are.

du -sch

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.