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.
tune2fs
B.
mke2fs
C.
fixe2fs
D.
mod2fs
E.
fsck
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)?
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.
tune2fs
B.
mke2fs
C.
fixe2fs
D.
mod2fs
E.
fsck
Right answer :
A.
tune2fs
A is correct
fsck is used to do the actual file system check, but tune2fs is used to modify the settings for a given file system, including how often the check was conducted.