Which utility is commonly used to inspect and fix Linux file system errors?
Explanation
Option A (mkfs) is used to format partitions with a file system. Option B (fdisk) manages disk partitions. Option C (fsck) is the correct tool to verify and repair file system integrity. Option D (mount) attaches file systems to the directory tree.