While copying a file to the /users file system, which is located on /dev/sdd1, you receive an error:While copying a file to the /users file system, which is located on /dev/sdd1, you receive an error: $ cp /etc/oratab /users/oracle
cp: cannot create regular file ‘/users/oracle/oratab’: Disk quota exceeded You examine your assigned quota as shown:
$ quota -g
Disk quotas for user oracle (uid 500):
Filesystem
blocks
quota
limit
grace
files
quota
limit
grace
/dev/sddl
2000
100000
20000
103*
100
150
6 days
Which option represents the reason for receiving the Disk quota exceeded error?
A.
Theoracleuser has reached its block quota.
B.
Theoracleuser exceeded its file quota five days ago.
C.
Theoracleuser has reached a group quota limit.
D.
The/usersfile system is full.
E.
Theoracleuser exceeded its block quota six days ago.
C