Skip to content

Commit e838fdc

Browse files
committed
update
1 parent f293e90 commit e838fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wiki/wiki-it.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ As an **admin/super-user** use the following commands to trace the user quota us
9292

9393
- `sudo quota -su <username>` This will show the quota limits and the current disk usage of the user `<username>`.
9494
- `sudo xfs_quota -x -c 'report -uh' /home/nfs2 | sort -k 2 -n` This will print all the users quota in the mount `/home/nfs2` and sort them in increasing order. This will allow you to trace the users with most disk space from bottom up.
95+
- **NOTE**: There is a global alias name `qrep` for the above command. Use it. - **NOTE**: There is `crontab` (at 4am daily on srv01-centos) logging the output of the above command in `/CAD/apps7/logs/quota-user-nfs2.log`
9596

9697
As a **user** use the following commands to trace top files and directories occupying most of the space:
9798

0 commit comments

Comments
 (0)