You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/wiki-it.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ As an **admin/super-user** use the following commands to trace the user quota us
92
92
93
93
-`sudo quota -su <username>` This will show the quota limits and the current disk usage of the user `<username>`.
94
94
-`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`
95
96
96
97
As a **user** use the following commands to trace top files and directories occupying most of the space:
0 commit comments