Checking current user quota
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 45/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- bash
- Domain
- documentation
Research direction
Start by locating the documentation file that covers quota usage and read the surrounding guidance for shell commands. Add the proposed current-user quota function using mmlsquota, preserving the distinction between data:user and scratch; done means both quota locations are explained accurately.
Written by the indexing model from the issue text.
Description
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:
quota-user() { /usr/lpp/mmfs/bin/mmlsquota --block-size=auto -v -u $1 data:user; }
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.
- Dominant language
- Python
- Stars
- 1
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from uabrc/devops-docs
-
LTS service accounts Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
uabrc/devops-docs#94 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
uabrc/devops-docs#54 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 65/100
uabrc/devops-docs#48 ·
-
uabrc/devops-docs#97 · 1 assignee ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
uabrc/devops-docs#96 ·
All issues in uabrc/devops-docs
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100