Skip to main content

How can I check how much disk space I'm using? Is there a command to check how much disk space is being used by a user?

You can check your quota usage with the "chkquota" command. You can find out how much disk space is in a particular directory (such as someone's home directory) with the command du -sk, if you have permissions on that directory -- if it's yours or if it's world-readable.

FAQ category:
Facilities