Skip to main content

Freeing up disk space when disk quota exceeded

Comments

1 comment

  • ChrisI
    Hello! To find the disk space that is being used up on the server, you will likely want to run a command like this, which will give a breakdown of the usage. du -h --max-depth=1 That will give the sizes of each directory within whichever directory you run it from. / is a good place to start running that to track down the paths that are using up the most disk space. Thanks!
    0

Please sign in to leave a comment.