SlideShare a Scribd company logo
LINUX OPERATING
SYSTEM
Amar Jukuntla
Content
Introduction
Linux File System
Linux Directory Tree
Absolute Vs Relative Path
Introduction
An operating system is an
software which operates your
computer.
Linux
 Open source
 Free of cost
 All software products for linux
is free
 Office
 Games
 Video editors
 More desktop environments
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 3
Linux File System
 Tree like structure
 AKA Directory Tree
 What is a folder?
 A folder that stores multiple specific files.
 Used to organize information.
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 4
The Directory Tree
• Pretty much similar to a family tree.
• Each directory of file has exactly one
parent.
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 5
Continue…
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 6
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 7
binary Directory(/bin)
• Bin directory which stands for binary.
• This directory contains executable programs and commands that can
be used by all the users present in the system.
• Opt is an another directory.
• Opt stands for optional.
• This directory contains commercial software products, not installed by your system.
/opt Directory
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 8
home Directory(/home)
• It contains all folders like desktop, documents.
• A user can store any thing in home directory.
• tmp is an another directory.
• tmp stands for temporary files.
• Many programs use this to create lock files and for temporary storage of data. Do not remove
files from this directory unless you know exactly what you are doing!
/tmp Directory
/sbin Directory
• System commands live here.
• /sbin is a standard subdirectory of the root directory in Linux and other Unix-like operating systems that
contains executable (i.e., ready to run) programs.
• They are mostly administrative tools, that should be made available only to the root (i.e., administrative) user.
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 9
var Directory(/var)
• Var stands for variable data.
• It contains variable data. Data that frequently changes over time.
• It includes look files, mails etc…
• It holds all configuration files for the system.
/etc Directory
/lib Directory
• It holds all library files like windows. Example: DLL files in windows
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 10
Continue…
• Linux is a multi user environment.
• Which means that, multiple users can use system
simultaneously.
• Each user given a directory under home directory.
• So a user can store any thing in home directory.
• Current directory is represented with single dot (.)
• Parent directory represented with double dot.(..)
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 11
Absolute vs Relative paths
• An absolute path begins with the root directory and follows
the follows the directory tree branch by branch until desired
directory or file is completed.
• Example: /home/amar/documents/phone.txt
• A relative path starts with the current working directory.
• Example: ./documents/phone.txt
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 12
Continue…
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 13
Recap
 Operating System is a collection of different types of programs.
 An operating system is an software which operates your computer.
 LINUX is a open source operating system, free of cost.
 Linux  Directory, Windows Folder.
 Directory is a tree like structure.
 Absolute path is starts from origin, relative path starts from current directory.
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 14
Next Session
 Different types of Files in LINUX
 System Calls
 Intermediate File Management
L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 15

More Related Content

What's hot

Linux file system nevigation
Linux file system nevigationLinux file system nevigation
Linux file system nevigation
hetaldobariya
 
Files and directories in Linux 6
Files and directories  in Linux 6Files and directories  in Linux 6
Files and directories in Linux 6
Meenakshi Paul
 
Linux file system
Linux file systemLinux file system
Linux file system
Burhan Abbasi
 
Linux Directory Structure
Linux Directory StructureLinux Directory Structure
Linux Directory Structure
Kevin OBrien
 
File System Hierarchy
File System HierarchyFile System Hierarchy
File System Hierarchy
sritolia
 
Xfs file system for linux
Xfs file system for linuxXfs file system for linux
Xfs file system for linux
Ajay Sood
 
Linux and windows file system
Linux and windows  file systemLinux and windows  file system
Linux and windows file system
lin yucheng
 
The evolution of linux file system
The evolution of linux file systemThe evolution of linux file system
The evolution of linux file system
Gang He
 
File system.
File system.File system.
File system.
elyza12
 
Part 03 File System Implementation in Linux
Part 03 File System Implementation in LinuxPart 03 File System Implementation in Linux
Part 03 File System Implementation in Linux
Tushar B Kute
 
Management file and directory in linux
Management file and directory in linuxManagement file and directory in linux
Management file and directory in linux
Zkre Saleh
 
Vfs
VfsVfs
Linux course fhs file hierarchy standard
Linux   course   fhs file hierarchy standardLinux   course   fhs file hierarchy standard
Linux course fhs file hierarchy standard
Khawar Nehal khawar.nehal@atrc.net.pk
 
Linux directory structure by jitu mistry
Linux directory structure by jitu mistryLinux directory structure by jitu mistry
Linux directory structure by jitu mistry
JITU MISTRY
 
Unix training session 1
Unix training   session 1Unix training   session 1
Unix training session 1
Anil Kumar Kapil,PMP®
 
file system in operating system
file system in operating systemfile system in operating system
file system in operating system
tittuajay
 
File system Os
File system OsFile system Os
File system Os
Nehal Naik
 
Operating Systems - Implementing File Systems
Operating Systems - Implementing File SystemsOperating Systems - Implementing File Systems
Operating Systems - Implementing File Systems
Mukesh Chinta
 
File Management
File ManagementFile Management
File Management
insanmisteri111
 
File system
File systemFile system
File system
Harleen Johal
 

What's hot (20)

Linux file system nevigation
Linux file system nevigationLinux file system nevigation
Linux file system nevigation
 
Files and directories in Linux 6
Files and directories  in Linux 6Files and directories  in Linux 6
Files and directories in Linux 6
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Linux Directory Structure
Linux Directory StructureLinux Directory Structure
Linux Directory Structure
 
File System Hierarchy
File System HierarchyFile System Hierarchy
File System Hierarchy
 
Xfs file system for linux
Xfs file system for linuxXfs file system for linux
Xfs file system for linux
 
Linux and windows file system
Linux and windows  file systemLinux and windows  file system
Linux and windows file system
 
The evolution of linux file system
The evolution of linux file systemThe evolution of linux file system
The evolution of linux file system
 
File system.
File system.File system.
File system.
 
Part 03 File System Implementation in Linux
Part 03 File System Implementation in LinuxPart 03 File System Implementation in Linux
Part 03 File System Implementation in Linux
 
Management file and directory in linux
Management file and directory in linuxManagement file and directory in linux
Management file and directory in linux
 
Vfs
VfsVfs
Vfs
 
Linux course fhs file hierarchy standard
Linux   course   fhs file hierarchy standardLinux   course   fhs file hierarchy standard
Linux course fhs file hierarchy standard
 
Linux directory structure by jitu mistry
Linux directory structure by jitu mistryLinux directory structure by jitu mistry
Linux directory structure by jitu mistry
 
Unix training session 1
Unix training   session 1Unix training   session 1
Unix training session 1
 
file system in operating system
file system in operating systemfile system in operating system
file system in operating system
 
File system Os
File system OsFile system Os
File system Os
 
Operating Systems - Implementing File Systems
Operating Systems - Implementing File SystemsOperating Systems - Implementing File Systems
Operating Systems - Implementing File Systems
 
File Management
File ManagementFile Management
File Management
 
File system
File systemFile system
File system
 

Similar to Linux Directory System: Introduction

12-introductiontolinuxos-190907073928
12-introductiontolinuxos-19090707392812-introductiontolinuxos-190907073928
12-introductiontolinuxos-190907073928
SahilNegi60
 
12 introduction to Linux OS
12 introduction to Linux OS12 introduction to Linux OS
12 introduction to Linux OS
Hameda Hurmat
 
Operating systems unix
Operating systems   unixOperating systems   unix
Operating systems unix
Achu dhan
 
Linux basics
Linux basicsLinux basics
Linux basics
Deepa
 
84640411 study-of-unix-os
84640411 study-of-unix-os84640411 study-of-unix-os
84640411 study-of-unix-os
homeworkping3
 
File system discovery
File system discovery File system discovery
File system discovery
DevMix
 
Network and System Administration Power Point
Network and System Administration Power PointNetwork and System Administration Power Point
Network and System Administration Power Point
kemal678348
 
Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.
Tushar B Kute
 
Unix/Linux
Unix/Linux Unix/Linux
Unix/Linux
Saurabh Upadhyay
 
File system discovery
File system discovery File system discovery
File system discovery
MOHAMED Elshawaf
 
unix details file system, architecture, directory
unix details file system, architecture, directoryunix details file system, architecture, directory
unix details file system, architecture, directory
co3sem2020
 
Edubooktraining
EdubooktrainingEdubooktraining
Edubooktraining
norhloudspeaker
 
File system hiearchy
File system hiearchyFile system hiearchy
File system hiearchy
sritolia
 
LinuxTraining_26_Sept_2021.ppt
LinuxTraining_26_Sept_2021.pptLinuxTraining_26_Sept_2021.ppt
LinuxTraining_26_Sept_2021.ppt
muraridesai2
 
Raspberry pi introduction
Raspberry pi introductionRaspberry pi introduction
Raspberry pi introduction
Lusiana Diyan
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
nanocdac
 
Linux fundamentals
Linux fundamentalsLinux fundamentals
Linux fundamentals
Raghu nath
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
Prasanth V
 
Types of files
Types of filesTypes of files
Types of files
Amar Jukuntla
 
Unix operating system architecture with file structure
Unix operating system architecture with file structure Unix operating system architecture with file structure
Unix operating system architecture with file structure
amol_chavan
 

Similar to Linux Directory System: Introduction (20)

12-introductiontolinuxos-190907073928
12-introductiontolinuxos-19090707392812-introductiontolinuxos-190907073928
12-introductiontolinuxos-190907073928
 
12 introduction to Linux OS
12 introduction to Linux OS12 introduction to Linux OS
12 introduction to Linux OS
 
Operating systems unix
Operating systems   unixOperating systems   unix
Operating systems unix
 
Linux basics
Linux basicsLinux basics
Linux basics
 
84640411 study-of-unix-os
84640411 study-of-unix-os84640411 study-of-unix-os
84640411 study-of-unix-os
 
File system discovery
File system discovery File system discovery
File system discovery
 
Network and System Administration Power Point
Network and System Administration Power PointNetwork and System Administration Power Point
Network and System Administration Power Point
 
Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.
 
Unix/Linux
Unix/Linux Unix/Linux
Unix/Linux
 
File system discovery
File system discovery File system discovery
File system discovery
 
unix details file system, architecture, directory
unix details file system, architecture, directoryunix details file system, architecture, directory
unix details file system, architecture, directory
 
Edubooktraining
EdubooktrainingEdubooktraining
Edubooktraining
 
File system hiearchy
File system hiearchyFile system hiearchy
File system hiearchy
 
LinuxTraining_26_Sept_2021.ppt
LinuxTraining_26_Sept_2021.pptLinuxTraining_26_Sept_2021.ppt
LinuxTraining_26_Sept_2021.ppt
 
Raspberry pi introduction
Raspberry pi introductionRaspberry pi introduction
Raspberry pi introduction
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Linux fundamentals
Linux fundamentalsLinux fundamentals
Linux fundamentals
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Types of files
Types of filesTypes of files
Types of files
 
Unix operating system architecture with file structure
Unix operating system architecture with file structure Unix operating system architecture with file structure
Unix operating system architecture with file structure
 

More from Amar Jukuntla

Singly linked list
Singly linked listSingly linked list
Singly linked list
Amar Jukuntla
 
Hashing
HashingHashing
Hashing
Amar Jukuntla
 
Planning
Planning Planning
Planning
Amar Jukuntla
 
Unit 2
Unit 2Unit 2
Problem Solving
Problem Solving Problem Solving
Problem Solving
Amar Jukuntla
 
Intelligent Agents
Intelligent Agents Intelligent Agents
Intelligent Agents
Amar Jukuntla
 
Introduction
IntroductionIntroduction
Introduction
Amar Jukuntla
 
DFS
DFSDFS
Sorting
SortingSorting
Sorting
Amar Jukuntla
 
Sorting
SortingSorting
Sorting
Amar Jukuntla
 
Nature of open source
Nature of open sourceNature of open source
Nature of open source
Amar Jukuntla
 
Introduction to Data Structures
Introduction to Data StructuresIntroduction to Data Structures
Introduction to Data Structures
Amar Jukuntla
 
Learning
LearningLearning
Learning
Amar Jukuntla
 
First Order Logic resolution
First Order Logic resolutionFirst Order Logic resolution
First Order Logic resolution
Amar Jukuntla
 
First Order Logic
First Order LogicFirst Order Logic
First Order Logic
Amar Jukuntla
 
A*
A*A*
Agents1
Agents1Agents1
Agents1
Amar Jukuntla
 
Need of object oriented programming
Need of object oriented programmingNeed of object oriented programming
Need of object oriented programming
Amar Jukuntla
 

More from Amar Jukuntla (18)

Singly linked list
Singly linked listSingly linked list
Singly linked list
 
Hashing
HashingHashing
Hashing
 
Planning
Planning Planning
Planning
 
Unit 2
Unit 2Unit 2
Unit 2
 
Problem Solving
Problem Solving Problem Solving
Problem Solving
 
Intelligent Agents
Intelligent Agents Intelligent Agents
Intelligent Agents
 
Introduction
IntroductionIntroduction
Introduction
 
DFS
DFSDFS
DFS
 
Sorting
SortingSorting
Sorting
 
Sorting
SortingSorting
Sorting
 
Nature of open source
Nature of open sourceNature of open source
Nature of open source
 
Introduction to Data Structures
Introduction to Data StructuresIntroduction to Data Structures
Introduction to Data Structures
 
Learning
LearningLearning
Learning
 
First Order Logic resolution
First Order Logic resolutionFirst Order Logic resolution
First Order Logic resolution
 
First Order Logic
First Order LogicFirst Order Logic
First Order Logic
 
A*
A*A*
A*
 
Agents1
Agents1Agents1
Agents1
 
Need of object oriented programming
Need of object oriented programmingNeed of object oriented programming
Need of object oriented programming
 

Recently uploaded

Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
nitinpv4ai
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
giancarloi8888
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
Celine George
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
National Information Standards Organization (NISO)
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
khuleseema60
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
nitinpv4ai
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
Celine George
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
deepaannamalai16
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 

Recently uploaded (20)

Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 

Linux Directory System: Introduction

  • 2. Content Introduction Linux File System Linux Directory Tree Absolute Vs Relative Path
  • 3. Introduction An operating system is an software which operates your computer. Linux  Open source  Free of cost  All software products for linux is free  Office  Games  Video editors  More desktop environments L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 3
  • 4. Linux File System  Tree like structure  AKA Directory Tree  What is a folder?  A folder that stores multiple specific files.  Used to organize information. L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 4
  • 5. The Directory Tree • Pretty much similar to a family tree. • Each directory of file has exactly one parent. L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 5
  • 6. Continue… L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 6
  • 7. L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 7
  • 8. binary Directory(/bin) • Bin directory which stands for binary. • This directory contains executable programs and commands that can be used by all the users present in the system. • Opt is an another directory. • Opt stands for optional. • This directory contains commercial software products, not installed by your system. /opt Directory L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 8
  • 9. home Directory(/home) • It contains all folders like desktop, documents. • A user can store any thing in home directory. • tmp is an another directory. • tmp stands for temporary files. • Many programs use this to create lock files and for temporary storage of data. Do not remove files from this directory unless you know exactly what you are doing! /tmp Directory /sbin Directory • System commands live here. • /sbin is a standard subdirectory of the root directory in Linux and other Unix-like operating systems that contains executable (i.e., ready to run) programs. • They are mostly administrative tools, that should be made available only to the root (i.e., administrative) user. L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 9
  • 10. var Directory(/var) • Var stands for variable data. • It contains variable data. Data that frequently changes over time. • It includes look files, mails etc… • It holds all configuration files for the system. /etc Directory /lib Directory • It holds all library files like windows. Example: DLL files in windows L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 10
  • 11. Continue… • Linux is a multi user environment. • Which means that, multiple users can use system simultaneously. • Each user given a directory under home directory. • So a user can store any thing in home directory. • Current directory is represented with single dot (.) • Parent directory represented with double dot.(..) L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 11
  • 12. Absolute vs Relative paths • An absolute path begins with the root directory and follows the follows the directory tree branch by branch until desired directory or file is completed. • Example: /home/amar/documents/phone.txt • A relative path starts with the current working directory. • Example: ./documents/phone.txt L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 12
  • 13. Continue… L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 13
  • 14. Recap  Operating System is a collection of different types of programs.  An operating system is an software which operates your computer.  LINUX is a open source operating system, free of cost.  Linux  Directory, Windows Folder.  Directory is a tree like structure.  Absolute path is starts from origin, relative path starts from current directory. L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 14
  • 15. Next Session  Different types of Files in LINUX  System Calls  Intermediate File Management L I N U X | | A m a r J u k u n t l a , A s s i s t a n t P r o f e s s o r , C S E 15