🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Linux Intermediate

What is Disk Quota?

A system for limiting the amount of disk space or number of files that individual users or groups can consume on a filesystem.

Disk quotas prevent individual users from consuming excessive storage on shared systems. Two types exist: block quotas (limit space in KB/MB/GB) and inode quotas (limit number of files). Each can have a soft limit (warning threshold with a grace period) and hard limit (absolute maximum). Setup involves enabling quotas in /etc/fstab, creating quota database files, and configuring limits with edquota. The repquota command generates usage reports. XFS filesystems have built-in quota support through xfs_quota. Quotas are essential for multi-user servers, hosting environments, and email servers.

Related Terms

Systemctl
The primary command for managing systemd services, including starting, stopping, enabling, and checking service status.
Chmod
A command to change file and directory access permissions using numeric or symbolic notation.
Tmux
A terminal multiplexer that allows running multiple terminal sessions within a single window, with detach/reattach capability.
Environment Path
The PATH variable that tells the shell which directories to search when looking for executable commands.
GRUB
The Grand Unified Bootloader, a program that loads the operating system kernel into memory during system startup.
ACL (Access Control List)
An extension to standard Linux file permissions that allows setting fine-grained access rights for specific users and groups beyond owner/group/other.
View All Linux Terms →