what is essential partition in installing linux
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.