quotactl
systemLinux/Unix
The quotactl command is one of the most frequently used commands in Linux/Unix-like operating systems. quotactl Manipulate disk quotas
Quick Reference
Command Name:
quotactl
Category:
system
Platform:
Linux/Unix
Basic Usage:
quotactl [options] [arguments]
Common Use Cases
Syntax
quotactl command special [id quota]
Options
Option | Description |
---|---|
-u |
Operate on user quotas |
-g |
Operate on group quotas |
-p |
Print quota information |
-s |
Turn on quotas |
-d |
Turn off quotas |
-e |
Enable enforcement |
-t |
Set quota timeout |
-i |
Initialize quota tables |
-v |
Display version information |
-h |
Display help information |
Examples
How to Use These Examples
The examples below show common ways to use the quotactl
command. Try them in your terminal to see the results. You can copy any example by clicking on the code block.
# Basic Examples Basic
sudo quotactl -p /dev/sda1