YouTip LogoYouTip

Linux Comm Quotaoff

# Linux quotaoff Command [![Image 3: Linux Command Manual](#) Linux Command Manual](#) The Linux quotaoff command turns off disk space limits. Executing the quotaoff command disables disk space limits for users and groups. ### Syntax quotaoff [filesystem...] **Parameter Description**: * -a Turn off space limits for partitions that have quota settings in the /etc/fstab file. * -g Turn off disk space limits for groups. * -u Turn off disk space limits for users. * -v Display the command execution process. ### Example Turn off quota limits: # quotaoff -a [![Image 4: Linux Command Manual](#) Linux Command Manual](#)
← Linux Comm LndirLinux Comm Quotacheck β†’