101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 3


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?

Show Answer
Correct Answer: B

The command 'tune2fs -i 200 /dev/sda1' changes the interval between filesystem checks to 200 days. The '-i' option is specifically used to set the maximum interval between checks in days for the ext3 filesystem.

Discussion

8 comments
Sign in to comment
Gotcha
Jun 4, 2020

it is repeated

SoltronicsOption: B
Nov 15, 2022

The "i" switch stands for interval-between-checks

MIU
Nov 23, 2020

the same question as question 3

james2033
Jul 29, 2023

What is character ג€"c ?

Blindspot205Option: E
Jan 6, 2024

E. tune2fs --days 200 /dev/sda1

CuriousLinuxCat
Jul 24, 2021

Repeated question, but welcome the revision.

MartiFC
Feb 5, 2022

REPEAD ASK!

Tewodros89Option: B
Sep 16, 2023

The 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 tune2fs. Specifically, the tune2fs command with the -i option is used to set the maximum mount count (in days) between two filesystem checks.