nerdexam
LPI

101-400 · Question #85

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?

The correct answer is C. tune2fs -i 200 /dev/sda1. See the full explanation below for the reasoning.

Question

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?

Options

  • Atune2fs -d 200 /dev/sda1
  • Btune2fs -c 200 /dev/sda1
  • Ctune2fs -i 200 /dev/sda1
  • Dtune2fs -n 200 /dev/sda1
  • Etune2fs --days 200 /dev/sda1

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    8% (2)
  • C
    85% (22)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 101-400 Practice