- Open a terminal window. (If you are doing this remotely, then connect to your network account using SSH.)
- Issue the command quota. This will tell you:
- The filesystem you are using;
- The number of 1 Kb blocks you are using;
- The quota of how many 1 Kb blocks you are allowed to use;
- The absolute limit (you can temporarily exceed your quota in some cases, but you can never exceed this limit);
- The number of files you are using.
- If your account runs out of space, you might even be unable to log in graphically. (But you should still be able to connect remotely via SSH, allowing you to delete some files.)
- Precious space might be wasted by your browser's cache. Inside your browser's Preferences, try reducing the cache size.
- The command du -s * might help you determine where your big files are, but it won't show hidden files. You can use shopt -s dotglob; du -s * to include hidden files.
- If you are involved in a Math Department activity that requires you to have more space, then pleasecontact the computer staff to request a quota increase.
Maaf bahasa inggris.
Tambahan saja:
du -hs * = untuk cek kuota sefolder akun
du -h = untuk cek jumlah penggunaan kuota dengan satuan hitingnya
du -s = untuk cek jumlah penggunaan kuota tanpa satuan hitingnya
du = untuk cek jumlah penggunaan kuota detail sekali
Sumber: http://math.arizona.edu/support/account/quota.html
Tidak ada komentar:
Posting Komentar