Skip to content

Commit cd704fa

Browse files
committed
typo fix
1 parent af91616 commit cd704fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/06_tools_and_software/08_utils.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Torch has several utility applications that can give you information related to
44

55
## `myquota`
66

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.
88

99
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.
1010
```sh

0 commit comments

Comments
 (0)