What is Linux? - Linux is an open-source, Unix-like operating system. - Created by Linus Torvalds in 1991. - Known for stability, security, and flexibility. - Used on servers, desktops, and embedded systems.
Features of Linux - Open Source and Free - Multi-user and Multi-tasking - Highly Secure and Stable - Customizable and Modular - Command-Line Interface (CLI) and Graphical User Interface (GUI)
Linux File System Structure - Root Directory: / - /home: User Files - /etc: Configuration Files - /var: Variable Data - /usr: User Programs and Utilities
Basic Linux Commands - ls: List Files - cd: Change Directory - pwd: Print Working Directory - mkdir: Create Directory - rm: Remove Files/Directories
User Management in Linux - whoami: Display Current User - adduser: Add a New User - passwd: Change Password - userdel: Delete a User - sudo: Execute as Superuser