Quotas

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

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.

9 Terms

1
New cards

What is the name of the package you must install to apply quotas?

quota

2
New cards

What file must you edit to add quotas to a disk?

/etc/fstab

3
New cards

What do you add to the options of your mount to specify user and group quotas?

usrquota,grpquota

4
New cards

What command do you use to create quota files?

quotacheck -amvug

5
New cards

What command do you use to enable quotas on the fs?

quotaon -av

6
New cards

What command do you use to see the current disk space usage?

repquota -av

7
New cards

What command do you use to set a quota for a user? What about a group?

edquota -u username, edquota -g grpname

8
New cards

What command do you use to copy one users quotas to another users?

edquota -p srcusr dstusr

9
New cards

What command do you use to change the grace period for soft quotas?

edquota -t