quota -v
Look at the usage figure and the quota figures.
In most cases, the quota figure is 4,096. The usage figure must be less than 4,096.
du -ak | more
Down the left side of the screen, you will see usage numbers. Look for large disk usage numbers (above 100) and note the directory in which disk usage is high.
For example, if disk usage is high in the "sent-mail" folder of the "mail" directory, you will see "..../mail/sent-mail" and you will know that you need to remove some mail from the "sent-mail" folder.
quota -v
At the "copland.udel.edu" prompt (%), type
ls -l | more
The filename is at the end of the line, the date is to the left of the filename, and the size of the file is to the left of the date. If you have files sizes that are over 1,000K, and you don't need them, delete (remove) them.
At the "copland.udel.edu" prompt (%), type
rm filename
Note: The filename in the command above must match the name given in the ls (list file) command exactly because the UNIX system is case sensitive--it differentiates between upper- and lower-case letters.
quota -v
If your account still exceeds disk quota, call the Help Center at (302) 831-6000.
X terminal users only: Clear Netscape's disk cache
If the disk usage command (du -ak | more) returned many files with "netsacpe" or "cache" as part of the name, use the following command to clear unnecessary files from your directory.
\rm -r .netscape/cache/*
If your account still exceeds disk quota, call the Help Center at (302) 831-6000.
If you are a Netscape Communicator Messenger user, also see FAQ: Using Netscape Messenger Features to Manage Disk Quota.
For more detailed information on UNIX commands, see Managing UNIX Disk Quota, Files and Directories