SUN
310-202 · Question #304
310-202 Question #304: Real Exam Question with Answer & Explanation
The correct answer is C. zfs set quota=2G datapool/web. See the full explanation below for the reasoning.
Question
You have setup the following ZFS file systems: NAME USED AVAIL REFER MOUNTPOINT datapool 197K 72.8G 29.5K /datapool datapool/data 24.5K 72.8G 24.5K /datapool/data datapool/web 24.5K 72.8G 24.5K /datapool/web You want to limit the amount of disk space that the /data/pool/web file system can consume. Which command would set the limit for the /data/pool/web file system so that it would consume no more than 2GB of disk space?
Options
- Aquota datapool/web 2G
- Bset zfs quota 2G datapool/web
- Czfs set quota=2G datapool/web
- Dzfs set quota -2G datapool/web
Community Discussion
No community discussion yet for this question.