CompTIA Linux+ XK0-005 Practice Question
A system administrator needs to run a file system check on user directories but wants to ensure user data is not affected during system uptime. Which of the following strategies would BEST achieve this?
Mounting the /home partition as read-only while users are logged in.
Scheduling a cron job to run a file system check on /home at midnight.
Using the usermod command to lock user accounts and then performing a file system check.
Running a file system check during boot time on the partition mounted as /home.