Valid SCA_SLES15 Dumps shared by ExamDiscuss.com for Helping Passing SCA_SLES15 Exam! ExamDiscuss.com now offer the newest SCA_SLES15 exam dumps, the ExamDiscuss.com SCA_SLES15 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SCA_SLES15 dumps with Test Engine here:
You want ensure an ext3 filesystem is checked every 50 times it is mounted. Which command would you use?
Correct Answer: D
Explanation The command that is used to ensure an ext3 file system is checked every 50 times it is mounted is tune2fs. The tune2fs command can be used to adjust various parameters of an ext2, ext3, or ext4 file system. The -c option can be used to set the maximum number of mounts between two file system checks. For example, tune2fs -c 50 /dev/sda1 will set the check interval to 50 mounts for /dev/sda1. References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-tune2fs.html