Skip to content

Commit 5ec69d3

Browse files
committed
update
1 parent 27cbe50 commit 5ec69d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/wiki-it.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ There is a quota for disk space for all users. This includes their home and proj
9191
As an **admin/super-user** use the following commands to trace the user quota usage:
9292

9393
- `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.
9595

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

9898
- `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.
100100

101101

102102
**CLEANING NFS DIRECTORIES**

0 commit comments

Comments
 (0)