Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam LFCS topic 1 question 104 discussion

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

SIMULATION -
Which command is used to create and initialize the files used to store quota information? (Specify ONLY the command without any path or parameters.)

Show Suggested Answer Hide Answer
Suggested Answer: quotacheck

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Strib
10 months, 1 week ago
The quotacheck command is used to create and initialize the files that store quota information on a file system. It is typically used in conjunction with disk quotas, which are a way to limit and monitor the disk space usage of users or groups on a file system.
upvoted 1 times
Strib
10 months, 1 week ago
Here are some key points about the quotacheck command: Syntax: quotacheck [options] [filesystems] The filesystems parameter specifies the file systems on which to create and initialize the quota files. If no specific file systems are mentioned, quotacheck checks all file systems listed in the /etc/fstab file. The command needs to be run with administrative privileges, such as using sudo or being logged in as the root user. When executed, quotacheck scans the specified file systems and creates or updates the quota files (aquota.user and aquota.group) in the root directory of each file system. The quota files store the quota limits and current usage information for individual users (aquota.user) and groups (aquota.group) on the file system. The quotacheck command can be used as part of the initial setup of quotas or when changes are made to the file system that could affect the quota information.
upvoted 1 times
...
Strib
10 months, 1 week ago
It is often necessary to run the quotacheck command periodically or after a file system has been unmounted/mounted to ensure the quota information is accurate and up to date. Additional options can be used with quotacheck to control its behavior, such as specifying a different location for the quota files or forcing a reinitialization of the quota files.
upvoted 1 times
...
...
rhylos
2 years, 9 months ago
quotacheck -cug /home after edit fstab and add quota option
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 ...