Introduction_to_Linux operating system for naive(1).pptx
ssuserf9c7f4
7 views
11 slides
Mar 04, 2025
Slide 1 of 11
1
2
3
4
5
6
7
8
9
10
11
About This Presentation
linux ppt to increase your knowledge about linux ppppt
Size: 36.75 KB
Language: en
Added: Mar 04, 2025
Slides: 11 pages
Slide Content
Introduction to Linux OS
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