Multiple choice technology programming languages

fsck command is

  1. Used to create file systems

  2. Used to create files

  3. Used to create root file system alone

  4. None

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The fsck (file system check) command checks and repairs existing filesystems for inconsistencies and errors. Creating new filesystems is done by mkfs, mkfs.ext4, or similar filesystem creation utilities.