Overview
This lab provides guidance on performing Managing Filesystem Quotas of the Linux+. By performing this lab, students will learn how to create and implement filesystem quotas on a Linux system.
outcomes:
In this lab, you will learn to:
- Prepare a file system for quotas.
- Implement file system quotas.
- Report on file system quotas.
Key terms and descriptions
File System Quota
One of the features of Linux allows the system administrator to set a maximum amount of disk space that a user or group can use which is called a file system quota.
fstab
In Linux, the /etc/fstab file controls the file systems that are mounted at boot time for the system.