We can use the mmlsquota command to check user quotas in addition to project quotas. We can add a function to our .bashrc or .bash_profile for it like so:
This will check the current quota used and available specifically in /data/user for the given username. You can also check /scratch by changing data:user to scratch.
We can use the
mmlsquota
command to check user quotas in addition to project quotas. We can add a function to our.bashrc
or.bash_profile
for it like so:This will check the current quota used and available specifically in
/data/user
for the given username. You can also check/scratch
by changingdata:user
toscratch
.