Multiple choice technology operating systems

what is essential partition in installing linux

  1. swap

  2. etc

  3. root or /

  4. var

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

The root partition (/) is the only essential partition required for Linux installation, as it contains the entire filesystem hierarchy starting from the root directory. While swap space is highly recommended for systems with limited RAM, it is not strictly required. etc and var are directories within the filesystem, not partitions.