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: docs/hpc/06_tools_and_software/08_utils.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Torch has several utility applications that can give you information related to
4
4
5
5
## `myquota`
6
6
7
-
Users can check their current utilization of quota using the `myquota` command. The `myquota` command provides a report of the current quota limits on mounted file sys tems, the user's quota utilization, as well as the percentage of quota utilization.
7
+
Users can check their current utilization of quota using the `myquota` command. The `myquota` command provides a report of the current quota limits on mounted filesystems, the user's quota utilization, as well as the percentage of quota utilization.
8
8
9
9
In the following example the user who executes the `myquota` command is out of inodes in their home directory. The user inode quota limit on the `/home` file system **30.0K inodes** and the user has **33000 inodes**, thus **110%** of the inode quota limit.
0 commit comments