What are the basic components of the Linux OS?

Question

can you help me with this question

Answer ( 1 )

    • Kernel – Core of the OS, manages system resources.
    • Shell – Interface between user and kernel, executes commands.
    • File System – Organizes files/directories (ext4, XFS, NTFS).
    • Process Management – Controls running programs.
    • Device Drivers – Manage hardware interaction.

Leave an answer