How to check the disk space used

From Wiki
Revision as of 16:06, 3 August 2009 by 10.0.7.14 (talk) (New page: 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 d...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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, ...