Oracle
1Z0-821 · Question #125
1Z0-821 Question #125: Real Exam Question with Answer & Explanation
The correct answer is E. zfs set quota=none /rpool/export/home/user1. ZFS quotas can be set and displayed by using the zfs set and zfs get commands. We can remove the quota restriction by setting to quota to none.
Question
user1, while in his home directory, is attempting to run the following command in his home directory: cp bigfile verybig The system displays the following error: cp: cannot create verybig: Disc quota exceeded Your initial troubleshooting shows that the df -h command indicates he is at 100% capacity. What command would you use to increase the disk space available to the user?
Options
- Azfs get quota rpool/export/home/user1
- Bzfs userused@user1
- Czfs quota=none /rpool/export/home/user1
- Ddf -h | grep user1
- Ezfs set quota=none /rpool/export/home/user1
Explanation
ZFS quotas can be set and displayed by using the zfs set and zfs get commands. We can remove the quota restriction by setting to quota to none.
Community Discussion
No community discussion yet for this question.