uabrc / devops-docs

https://docs.rc.uab.edu/devops-docs/
Apache License 2.0
1 stars 5 forks source link

Checking quotas #7

Open wwarriner opened 1 year ago

wwarriner commented 1 year ago

Checking user quotas (/data/user and /scratch/user), each user can use:

quota_report

What can we use to check users quotas?

For projects, anyone can use

function quota_project() {
  /usr/lpp/mmfs/bin/mmlsquota --block-size=auto -v -j $1 data
}
wwarriner commented 1 year ago

Actually maybe look here: https://github.com/uabrc/uabrc.github.io/issues/231