Lab 5-6: Check and Repair Filesystems: Linux installation and configuration
Ace your homework & exams now with Quizwiz!
Using which parameter of the fsck command can you check the mounted file systems?
-M
Which parameter should you use with the fsck command to view the list of unmounted filesystems?
-M
Which two parameters should you use with fsck to auto repair errors if they are detected? [Choose two.]
-a -y
After issuing the fsck -M /dev/sda1 command, which command should generate the output as 0 or 1?
echo $?
Which utility can repair a damaged filesystem?
fsck