Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

How can I tell how much disk space I'm using

If you want to see how you're using space in your ECE unix account, use the following command:

No Format
du -csh --exclude .snapshot .[a-zA-Z]* *

The .snapshot folder is excluded as it's really a separate file system that does not count towards your quota (if you have one) and contains "backups" of your files.