Linux File System Management

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1

quota

A limit on the amount of disk space or number of files that a user or group can use on a file system, helping to manage storage resources.

2

edquota

A command used to edit user quotas on a file system in Linux.

3

repquota -a

A command used to report disk usage and quotas for all users or specific users on a file system in Linux.

4

df

A command used to display the amount of disk space used and available on file systems in Linux.

5

df -i

A command used to display the amount of inodes used and available on file systems in Linux.

6

df -h

A command used to display disk space usage in a human-readable format, showing sizes in KB, MB, or GB.

7

du -c

A command that estimates file space usage and provides a grand total for the specified directories in Linux.

8

du -a

A command that estimates and displays the file space usage of directories and their contents, including hidden files.

9

fsck

A command used to check and repair inconsistencies in a Linux file system.

10

quotaon

A command used to enable disk quotas on a Linux file system, allowing administrators to limit the amount of disk space used by users.

11

quotaoff

A command used to disable disk quotas on a filesystem in Linux.