Multiple choice technology programming languages

/etc/fstab cannot be altered when the system is running runlevel 6

  1. True

  2. False

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

Runlevel 6 is system reboot. At this runlevel, the system is shutting down and restarting, so /etc/fstab shouldn't be altered as the system is in an unstable state. While technically possible to edit, it's not safe practice as filesystems are being unmounted and the system is terminating.