How to check the disk space used

From Wiki
Revision as of 07:36, 4 August 2009 by Admin2 (talk | contribs) (How to check the disk space moved to How to check the disk space used)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

go to Main Page, Computational Resources, Information & Help, Linux & Unix


To look at your quota go to your $HOME (cd /home/username/) and use the keywords:

du -s -B MB

that will give your quota in Megabytes.

If you are out of your quota you will need to delete some files. If your are close to the limit you can delete some files and compress some others. There are several ways to compress files, you might want to use: gzip, tar, ...