Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.03 KB

understandLinux.md

File metadata and controls

32 lines (21 loc) · 1.03 KB

Understanding Linux

Linux is an open-source, UNIX-like operating system commonly used in various devices.

What is Linux?

Linux manages the communication between software and hardware on a device. Important components include the bootloader, kernel, daemons, shell, graphical server, desktop environment and applications.

History of Linux

Linux was developed by Linus Torvalds in 1991. The GNU Project, started in 1983, contributed several important components to Linux.

Read More.

Linux Distributions

Linux distributions, or "distros", are software packages containing Linux and various applications. Examples include Debian-based distributions like Ubuntu and RPM-based distributions like Fedora.

Linux Jargon

Key Linux terms include Kernel, Distribution (Distro), Package Manager, Desktop Environment (DE), Terminal, Shell, Command, Command Line Interface (CLI), Graphical User Interface (GUI), File System, and File Permissions.

Read More