1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the name of the package you must install to apply quotas?
quota
What file must you edit to add quotas to a disk?
/etc/fstab
What do you add to the options of your mount to specify user and group quotas?
usrquota,grpquota
What command do you use to create quota files?
quotacheck -amvug
What command do you use to enable quotas on the fs?
quotaon -av
What command do you use to see the current disk space usage?
repquota -av
What command do you use to set a quota for a user? What about a group?
edquota -u username, edquota -g grpname
What command do you use to copy one users quotas to another users?
edquota -p srcusr dstusr
What command do you use to change the grace period for soft quotas?
edquota -t