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 101 discussion

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

Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?

  • A. tune2fs -d 200 /dev/sda1
  • B. tune2fs -c 200 /dev/sda1
  • C. tune2fs -i 200 /dev/sda1
  • D. tune2fs -n 200 /dev/sda1
  • E. tune2fs --days 200 /dev/sda1
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
rona962
1 year ago
The correct command that changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting is: A. tune2fs -d 200 /dev/sda1 Option B (-c) changes the maximum mount count between two filesystem checks, Option C (-i) changes the maximum time interval between two filesystem checks, Option D (-n) sets the number of reserved filesystem blocks for privileged processes, and Option E is not a valid option for the tune2fs command.
upvoted 1 times
rona962
1 year ago
The -d option in the tune2fs command changes the maximum mount count between two filesystem checks. In other words, it specifies the number of days after which the filesystem should be checked on the next boot or mount, expressed as a number of mounts. On the other hand, the -i option in the tune2fs command changes the maximum time interval between two filesystem checks. It specifies the number of days between filesystem checks, expressed as a number of days.
upvoted 1 times
rona962
1 year ago
Since the question asks specifically about the number of days before the filesystem check runs, expressed as a number of days, the correct option is -d and not -i. Therefore, option A is correct, and option C is not the correct command to use in this case.
upvoted 1 times
...
...
...
rhylos
2 years, 9 months ago
correct. -i interval-between-checks[d|m|w] Adjust the maximal time between two filesystem checks. No suffix or d will interpret the number interval-between-checks as days, m as months, and w as weeks. A value of zero will disable the time-dependent checking.
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 ...