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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,12 +91,12 @@ There is a quota for disk space for all users. This includes their home and proj
91
91
As an **admin/super-user** use the following commands to trace the user quota usage:
92
92
93
93
-`sudo quota -su <username>` This will show the quota limits and the current disk usage of the user `<username>`.
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.
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
95
96
96
As a **user** use the following commands to trace top files and directories occupying most of the space:
97
97
98
98
-`check-du-user.sh` This is a script in `/CAD/apps7/bin` that will summarize the top 5 files and directories in users home and project directories.
99
-
-`du5` This is an alias which will show top 5 largest files and directories in the __current__ directory. You can recursively use this to trace down the big files and directories.
99
+
-`du5` This is an alias which will show top 5 largest files and directories in the _current_ directory. You can recursively use this to trace down the big files and directories.
0 commit comments