CompTIA Exam Questions

Which utility would you use to change how often a filesystem check was performed over an EXT2 filesy

Which utility would you use to change how often a filesystem check was performed over an EXT2
filesystem (without losing any data stored on that filesystem)?

A.
mod2fs

B.
fsck

C.
tune2fs

D.
mke2fs 3

E.
fixe2fs

Explanation:
fsck is used to check and optionally repair one or more Linux file systems. filesys can be a device
name (e.g. /dev/hdc1, /dev/sdb2), a mount point (e.g. /, /usr,/home).Normally, the fsck program will
try to run file systems on different physical disk drives in parallel to reduce total amount time to
check all of the file systems