Linux Fundamentals
Linux fundamentals
- Operating System
- It is a middle man between user and hardware to communicate with device.
2. kernal
- Core of OS
- It manages memory, give tasks to CPU, controls hardware.
3.Shell
- Interface(Bridge between user and kernal)
- Types:-
- CLI(Command Line Interface):- Terminal
- GUI(Graphical User Interface):- Normal Windows
Note:-
User -> Shell -> Kernal -> hardware
Comments
Post a Comment