Introduction to Linux

Linux is a free and open-source operating system (OS) based on the Unix architecture. It was created by Linus Torvalds in 1991 and has since grown into one of the most widely used operating systems in the world, powering servers, desktops, embedded systems, and even Android smartphones.

Key Features of Linux

Popular Linux Distributions (Distros)


Linux File System Hierarchy

Understanding the Linux file system structure is crucial for navigation and administration:

Directory Purpose
/ Root directory
/bin Essential user binaries (commands)
/etc System configuration files
/home User home directories
/var Variable data (logs, databases)
/usr User programs and libraries
/tmp Temporary files
/boot Boot loader files
/dev Device files
/proc Process and kernel information