Linux Comm Quotaoff
# Linux quotaoff Command
[ 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
[ Linux Command Manual](#)
YouTip