Written by Abhishek Gupta
Q1. Explain the basic architecture of the Unix/Linux system and discuss different flavors of Linux. Unix/Linux uses a layered structure, where each layer has a specific function. 1. Hardware Includes CPU, memory, hard disk, and input/output devices. It is the lowest layer and works under the control of the operating system. 2. Kernel The core part of Unix/Linux. Directly interacts with hardware. Main functions: Process management Memory management File system ma...