INTRODUCTION TO LINUX OPERATING SYSTEM 💟 LINUX OPERATING SYSTEM Linux operating system consists of Kernel, Shell and File System: The kernel ! Kernel is heart of Linux OS ! It manages resource of Linux OS ! Resources means facilities available in Linux. For e.g. Facility ! To store data, ! Print data on printer, ! Memory ! File management ! Kernel decides who will use resources, for how long and when. ! It runs your programs (or set up to execute binary files). ! The kernel acts as an intermediary between the computer hardware and various programs/application/shell. LINUX OPERATING SYSTEM Linux operating system consists of Kernel, Shell and File System: The Shell ! The shell is a program that acts as an interface between users and kernel ! It is a command interpreter and also has programming capability of its own. ! Shell Types ! Bourne Shell (sh) (First shell by Stephen Bourne) ! C Shell(sh) ! Korn Shell (ksh) ! Bourne Again Shell(bash) ! Filename Completion o...