Sec. 19 Flashcards
what does the quota command report on ?
quota usage and limits
quota operations require what two files to work ?
- aquota.user
and
- aquota.group
in order for quotas to work on a filesystem what two indentifiers need to be placed in the fstab file?
- userquota
and or
2. grpquota
once i add the nessary files for quota in fstab what do i need to do next to get then to work?
remount the system
command : quotacheck. what is its purpose?
to create and update the quota accounting files
in most situations the recommended swap size is ….?
teh total ram on the system
where can i look to see what my system is using for swap ?
/proc/swaps
I can get basic memory stats by using what command ?
free
the only commands for swap are ?
- mkswap
- swapon
- swapoff
linux can use and enforce ….?
quotas on a filesystem
sys. admin. use the quota system to control …?
the maximum space a user or group in allowed to use on a filesystem
what is the purpose of the command : quotacheck
to generate and update quota accounting files .
what is the purpose of the quotaon command?
to enable quota accounting on a filesystem
what is the purpose of the quotaoff command ?
to disable quota accounting on a filesystem
what is the purpose of the edquota command ?
used for editing user and group quota files