Linux_FoundationLinux_Foundation
LFCS · Question #780
LFCS Question #780: Real Exam Question with Answer & Explanation
The correct answer is D: tune2fs. The tune2fs command allows an administrator to adjust filesystem parameters, including the number of mounts before an e2fsck check.
Submitted by andres_qro· Apr 18, 2026Storage Management
Question
Which of the following commands will allow an administrator to adjust the number of mounts after which an existing filesystem will be checked by e2fsck?
Options
- Adebugfs
- Bdumpe2fs
- Cmode2fs
- Dtune2fs
- Emke2fs
Explanation
The tune2fs command allows an administrator to adjust filesystem parameters, including the number of mounts before an e2fsck check.
Common mistakes.
- A.
debugfsis an interactive filesystem debugger used for low-level examination and modification of filesystem structures, not for settinge2fsckcheck intervals. - B.
dumpe2fsdisplays information about an ext2/ext3/ext4 filesystem, including its currente2fscksettings, but it does not modify them. - C.
mode2fsis not a standard Linux command used for adjusting filesystem parameters. - E.
mke2fsis used to create a new ext2/ext3/ext4 filesystem and can set initial parameters, but it cannot modify parameters of an already existing filesystem.
Concept tested. Filesystem parameter tuning for e2fsck
Reference. https://man7.org/linux/man-pages/man8/tune2fs.8.html
Topics
#Filesystem management#tune2fs#e2fsck#Ext filesystems
Community Discussion
No community discussion yet for this question.