Multiple choice technology programming languages

Which options while executing fsck will repair all the error without waiting user responses

  1. p

  2. y

  3. Y

  4. y or Y

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

The standard fsck command flag to automatically repair the file system without prompting the user is -y (or sometimes -y / -Y depending on the OS flavor). Distractors like p (preen) serve different interactive purposes.