exam questions

Exam LFCS All Questions

View all questions & answers for the LFCS exam

Exam LFCS topic 1 question 108 discussion

Actual exam question from Linux Foundation's LFCS
Question #: 108
Topic #: 1
[All LFCS Questions]

Which of the following commands will change the quota for a specific user?

  • A. edquota
  • B. repquota
  • C. quota -e
  • D. quota
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
9866666
5 months, 1 week ago
Selected Answer: A
The correct answer is A. edquota Explanation: edquota: This command is specifically designed to edit user and group quotas. It opens a text editor (usually vi) where you can directly modify the quota limits for a specific user or group. repquota: This command generates reports on disk usage and quotas for filesystems, but it doesn't allow you to change the quota values themselves. quota -e: There is no -e option for the quota command. quota: This command displays the current quotas for a user or group, but it doesn't have a built-in way to modify them. Example: To change the quota for a user named "john," you would use the following command: sudo edquota john This will open the quota file for "john" in an editor, allowing you to modify the soft and hard limits for block usage and inode usage.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...