linux os
linux os
Introduction to Linux
▪ Linux is an open-source Unix-like operating system-based
family on the Linux kernel.
▪ The Linux Kernel is like the brain of the operating system
because it manages how the computer interacts with its
hardware and resources.
▪ It makes sure everything works smoothly and efficiently.
Introduction to Linux
▪ But the Linux Kernel alone is not enough to make a
complete operating system.
▪ To create a full and functional system, the Linux Kernel is
combined with a collection of software packages and
utilities, which are together called Linux distributions.
▪ These distributions make the Linux Operating System
ready for users to run their applications and perform tasks
on their computers securely and effectively.
▪ Ex: Ubuntu, Fedora Linux, Debian…
Open Source
▪ Linux is one of the most outstanding examples of
open-source and free software collaboration.
▪ The source code may be distributed, modified, and used
non-commercially or commercially by everyone under the
conditions of its respective licenses, like the GNU GPL.
Operating systems
• operating system: Manages activities and resources of a
computer.
– software that acts as an interface between hardware and
user
– provides a layer of abstraction for application developers
• features provided by an operating system:
– ability to execute programs (and multi-tasking)
– memory management (and virtual memory)
– file systems, disk and network access
– an interface to communicate with hardware
– a user interface (often graphical)