Commit 8e448fce authored by Aishwary Shukla's avatar Aishwary Shukla

updated disk quota commands

parent 99fef3a5
...@@ -63,12 +63,14 @@ Yes. Please see `/software/python_r_perl`. ...@@ -63,12 +63,14 @@ Yes. Please see `/software/python_r_perl`.
### How can I check my disk quota and disk usage? ### How can I check my disk quota and disk usage?
To check how large your disk quota is, and how much of it you have used, repquota prints a summary of the disc usage and quotas for the specified file systems.
you can use the following command:
$ quota -s $ /usr/sbin/repquota -a -s
$ Block limits File limits
$ User used soft hard grace used soft hard grace
$ cchave6 -- 116M 1024M 1280M 1922 0 0
Only home and project partitions have quota. If you want to see the quota on the home directory where the file system is ext4, the quota information is stored in files named aquota.user and aquota.group at the root of filesystem.
### How many CPU hours have I spent? ### How many CPU hours have I spent?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment