YouTip LogoYouTip

Linux Comm Quota

# Linux quota Command [![Image 3: Linux Command Manual](#) Linux Command Manual](#) The Linux quota command is used to display the used disk space and limits. Executing the quota command allows you to query disk space limits and find out how much space has been used. ### Syntax quota [username...] or quota [groupname...] **Parameter Description**: * -g List the disk space limits for groups. * -q Concise list, only listing parts that exceed the limit. * -u List the disk space limits for users. * -v Display the space limits for the user or group on all mounted storage devices. * -V Display version information. ### Example # quota -guvs <== Display the quota value for the current executor (which is root) # quota -uvs test <== Display the quota value for the user 'test' [![Image 4: Linux Command Manual](#) Linux Command Manual](#)
← Linux Comm MountLinux Comm Pwd β†’