Sabtu, 14 September 2013

Cara cek Kuota melalui SSH



  1. Open a terminal window. (If you are doing this remotely, then connect to your network account using SSH.)

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



  3. 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.)

  4. Precious space might be wasted by your browser's cache. Inside your browser's Preferences, try reducing the cache size.

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


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

Cara mengecek encyrp MD5 aman atau tidak

haloooo .......... password anda aman atau encyrpsi menggunakan md5 anda sudah aman? Google dorking, sudah tau? misalnya menggunakan wordpre...