RHCE # Week # 157

Question: 

Which of the following commands displays information for all filesystems that have quota enables?

A. quota -v
B. quotaon
C. quota
D. quotaoff

Explanation:


The quota command without any option displays the quota enabled for all users. However, it does not display any information about the filesystems.

The quota -v command is used to display information of all filesystems that have quota enabled.

The quotaon command is used to enable a user's quota.

The quotaoff command is used ot disable a user's quota.


Answer: A