See disk usage from command line

From the command line to see which directories are using most of the space on your disk (root / as an example here):

  • du -h / | grep ‘[0-9\,]\+G’


Leave a comment

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