SlideShare a Scribd company logo
1 of 16
Download to read offline
UNIX drive storage
● There are no drive letters.
● The directory structure starts from the 'root' where
everything is seen as a file.
● Directories are simply 'mounted' into another folder.
The Unix / Linux / Apple filesystem
+-----+
| / |
+--+--+
|
+--------+---+-----+--------+
| | | |
+--+--+ +--+--+ +---+--+ +--+--+
| bin | | usr | | home | | etc |
+-----+ +-----+ +--+---+ +-----+
|
+-------------+-----+
| |
+---+--+ +---+--+
| FRED | | DAVE |
+---+--+ +---+--+
| |
+-----+---+ +----+-----+
| | | |
+---+--+ +---+--+ +--+---+ +---+--+
| work | | web | | work | | web |
+------+ +------+ +------+ +------+
File Permissions and file access.
In MS systems, files listed in Windows Explorer, File Manager (or
equivalent) have letters next to them to indicate their permission
status.
a - archive files
h - hidden files
r - read only files
s - system files
Unix files and permissions
drwx------ 2 dforbes EL 512 Dec 1 17:25 Mail
drwx------ 2 dforbes EL 512 Sep 2 1996 News
-rw-r--r-- 1 dforbes EL 7127 Nov 28 18:38 boot.txt
drwxr-x--- 3 dforbes EL 512 Sep 2 1996 dhf
drwxr-xr-x 7 dforbes EL 512 Sep 8 14:03 frames
-rw-r--r-- 1 dforbes EL 28774 Dec 1 14:08 hardware.txt
-rw-r--r-- 1 dforbes EL 3144 Nov 28 18:38 memory.txt
-rw-r--r-- 1 dforbes EL 15483 Nov 28 18:38 networks.txt
-rw-r--r-- 1 dforbes EL 53089 Nov 27 13:56 ports.html
drwx------ 9 dforbes EL 512 Oct 29 14:03 ugf
-rw-r--r-- 1 dforbes EL 5773 Nov 27 13:56 video.htm
-rw-r--r-- 1 dforbes EL 14762 Nov 27 13:56 work1.htm
/homedir/dforbes%
Unix permissions determine which files can be
altered, read or executed.
The permissions used are:
r - read access granted
w - write access granted
x - execute access granted
UNIX file listings have a set of 10 spaces where the letters r, w or x
are written to indicate WHO is allowed to read, write, or execute that
file.
- - - - - - - - - -
● The first space of the 10 may be left blank to indicate a file, or a
"d" used to indicate a directory, or “l” for a 'link'.
● The remaining 9 spaces are divided into three groups of three.
A file which allows:
● read, write and execute permission to the owner,
● read and execute to a group and
● read only to everybody else,
would look like this:
d r w x r - x r - -
In each group of 3 spaces,
● the first character determines the read permission,
● the second the write permission, and
● the third the execute permission.
So ::
● The first letter group refers to the permissions granted to the
owner of the file.
● The second, to a specific group of users who are granted
access rights to the file.
● The third letter group determines the access rights of anybody
else to the file.
These attributes can be changed by the owner of the file who
decides which users can have particular access.
chmod
To change the permission set up, the chmod command is used:
Each group of three permissions can be represented by an octal
number (0 to 7), (1 = set permission)
d r w x r - x r - -
Binary : 1 1 1 1 0 1 1 0 0
Octal : 4 + 2 + 1 4 + 0 + 1 4 + 0 + 0
= 7 5 4
Command used is: chmod 754 filename.
** Only the owner of the file can change these settings.
Other commands include:
● chgrp - for changing the group given access to the file
● chown - to change the owner of the file
Commercial Web filespace
ISP webspace hosting your own web domain, the industry standard access tool is FTP
The web root, eg http://www.somenet.com will be kept in a subdirectory
Every ISP puts this subdirectory in different places, eg.
http://splicehost.com/faq.html
PROGRAMS' LOCATION
- What is the path to PERL? /usr/bin/perl
- What is the path to SENDMAIL? /usr/sbin/sendmail
- What is the path to DATE? /bin/date
- What is the path of my files? /home/yourusername
- Web read-able files are in /home/username/public_html
However, you are only allowed to work from /public_html, and /home/username
is kept invisible to you.
NOTE: DRIVE LETTERS NEVER APPEAR - ONLY UNIX DIRECTORIES
So.
A Question.
What is the relationship
between
Windows drive letters
and
Internet web site URLs?
There is none.
There is no
relationship.
Drive letters have
nothing to do with the
Internet.
Absolutely nothing.
Internet file
naming rules are
UNIX

More Related Content

What's hot

Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structureSreenatha Reddy K R
 
Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linuxshravan saini
 
Terminal Commands (Linux - ubuntu) (part-1)
Terminal Commands  (Linux - ubuntu) (part-1)Terminal Commands  (Linux - ubuntu) (part-1)
Terminal Commands (Linux - ubuntu) (part-1)raj upadhyay
 
Common linux ubuntu commands overview
Common linux  ubuntu commands overviewCommon linux  ubuntu commands overview
Common linux ubuntu commands overviewAmeer Sameer
 
Basic command ppt
Basic command pptBasic command ppt
Basic command pptRohit Kumar
 
Lesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemLesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemSadia Bashir
 
Unix fundamentals
Unix fundamentalsUnix fundamentals
Unix fundamentalsDima Gomaa
 
File systems and inodes
File systems and inodesFile systems and inodes
File systems and inodesDr. Girish GS
 
Lesson 1 Linux System Fundamentals
Lesson 1 Linux System Fundamentals  Lesson 1 Linux System Fundamentals
Lesson 1 Linux System Fundamentals Sadia Bashir
 
Unix file systems 2 in unix internal systems
Unix file systems 2 in unix internal systems Unix file systems 2 in unix internal systems
Unix file systems 2 in unix internal systems senthilamul
 
Linux System Administration Crash Course
Linux System Administration Crash CourseLinux System Administration Crash Course
Linux System Administration Crash CourseJason Cannon
 
Linux Directory Structure
Linux Directory StructureLinux Directory Structure
Linux Directory StructureKevin OBrien
 
Linux day 2.ppt
Linux day  2.pptLinux day  2.ppt
Linux day 2.pptKalkey
 

What's hot (20)

Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structure
 
Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linux
 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
 
Terminal Commands (Linux - ubuntu) (part-1)
Terminal Commands  (Linux - ubuntu) (part-1)Terminal Commands  (Linux - ubuntu) (part-1)
Terminal Commands (Linux - ubuntu) (part-1)
 
Common linux ubuntu commands overview
Common linux  ubuntu commands overviewCommon linux  ubuntu commands overview
Common linux ubuntu commands overview
 
Linux class 8 tar
Linux class 8   tar  Linux class 8   tar
Linux class 8 tar
 
Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Lesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemLesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File System
 
Unix fundamentals
Unix fundamentalsUnix fundamentals
Unix fundamentals
 
Unix File System
Unix File SystemUnix File System
Unix File System
 
File systems and inodes
File systems and inodesFile systems and inodes
File systems and inodes
 
Lesson 1 Linux System Fundamentals
Lesson 1 Linux System Fundamentals  Lesson 1 Linux System Fundamentals
Lesson 1 Linux System Fundamentals
 
Unix file systems 2 in unix internal systems
Unix file systems 2 in unix internal systems Unix file systems 2 in unix internal systems
Unix file systems 2 in unix internal systems
 
Linux System Administration Crash Course
Linux System Administration Crash CourseLinux System Administration Crash Course
Linux System Administration Crash Course
 
Linux Directory Structure
Linux Directory StructureLinux Directory Structure
Linux Directory Structure
 
Basics of-linux
Basics of-linuxBasics of-linux
Basics of-linux
 
UNIX/Linux training
UNIX/Linux trainingUNIX/Linux training
UNIX/Linux training
 
Introduction to unix
Introduction to unixIntroduction to unix
Introduction to unix
 
Linux day 2.ppt
Linux day  2.pptLinux day  2.ppt
Linux day 2.ppt
 

Viewers also liked

Remove Windows Cleaning Tools In Few Simple Automatic Steps
Remove Windows Cleaning Tools In Few Simple Automatic StepsRemove Windows Cleaning Tools In Few Simple Automatic Steps
Remove Windows Cleaning Tools In Few Simple Automatic Stepscostamary
 
Tool, equipment, and maintenance manager for aviation
  Tool, equipment, and maintenance manager for aviation  Tool, equipment, and maintenance manager for aviation
Tool, equipment, and maintenance manager for aviationDynamic Systems
 
ToolHound Roundtable Tool & Equipment Tracking Webinar
ToolHound Roundtable Tool & Equipment Tracking WebinarToolHound Roundtable Tool & Equipment Tracking Webinar
ToolHound Roundtable Tool & Equipment Tracking WebinarToolHound
 
Cmms³ presentation.5.0
Cmms³ presentation.5.0Cmms³ presentation.5.0
Cmms³ presentation.5.0luigich
 
Social storage drive s talesapp_20120918
Social storage drive s talesapp_20120918Social storage drive s talesapp_20120918
Social storage drive s talesapp_20120918Will Kim
 
Social storage drive s talesapp 2012
Social storage drive s talesapp 2012Social storage drive s talesapp 2012
Social storage drive s talesapp 2012Will Kim
 
USB Flash Drive (Storage Device) Huda Al Tamimi H00151085
USB Flash Drive (Storage Device) Huda Al Tamimi H00151085USB Flash Drive (Storage Device) Huda Al Tamimi H00151085
USB Flash Drive (Storage Device) Huda Al Tamimi H00151085HudaMohammed90
 
computer memory and memory module
computer memory and memory modulecomputer memory and memory module
computer memory and memory modulethensi
 
Computer hardware servicing tools
Computer hardware servicing toolsComputer hardware servicing tools
Computer hardware servicing toolsCheryll Ann Lappay
 
computer memory ,., .
computer memory ,., .computer memory ,., .
computer memory ,., .santokh00700
 
Chapter 7 tools for cleaning
Chapter 7 tools for cleaningChapter 7 tools for cleaning
Chapter 7 tools for cleaninglahcmultimedia
 
Group 1 Proper Storage of Tools & Equipment
Group 1 Proper Storage of Tools & EquipmentGroup 1 Proper Storage of Tools & Equipment
Group 1 Proper Storage of Tools & EquipmentMatt Burdan
 
Math1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.9 - Converting Decimal to Binary and HexMath1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.9 - Converting Decimal to Binary and Hexgcmath1003
 
Cleaning tools and materials
Cleaning tools and materialsCleaning tools and materials
Cleaning tools and materialsJulfer Francisco
 
Tool cleaning, storage, and maintenance
Tool cleaning, storage, and maintenanceTool cleaning, storage, and maintenance
Tool cleaning, storage, and maintenanceMichael Dirago
 

Viewers also liked (20)

Remove Windows Cleaning Tools In Few Simple Automatic Steps
Remove Windows Cleaning Tools In Few Simple Automatic StepsRemove Windows Cleaning Tools In Few Simple Automatic Steps
Remove Windows Cleaning Tools In Few Simple Automatic Steps
 
Tool, equipment, and maintenance manager for aviation
  Tool, equipment, and maintenance manager for aviation  Tool, equipment, and maintenance manager for aviation
Tool, equipment, and maintenance manager for aviation
 
ToolHound Roundtable Tool & Equipment Tracking Webinar
ToolHound Roundtable Tool & Equipment Tracking WebinarToolHound Roundtable Tool & Equipment Tracking Webinar
ToolHound Roundtable Tool & Equipment Tracking Webinar
 
Cmms³ presentation.5.0
Cmms³ presentation.5.0Cmms³ presentation.5.0
Cmms³ presentation.5.0
 
Social storage drive s talesapp_20120918
Social storage drive s talesapp_20120918Social storage drive s talesapp_20120918
Social storage drive s talesapp_20120918
 
Storage memory
Storage memoryStorage memory
Storage memory
 
Social storage drive s talesapp 2012
Social storage drive s talesapp 2012Social storage drive s talesapp 2012
Social storage drive s talesapp 2012
 
CONVERSION OF BINARY TO DECIMAL
CONVERSION OF BINARY TO DECIMALCONVERSION OF BINARY TO DECIMAL
CONVERSION OF BINARY TO DECIMAL
 
USB Flash Drive (Storage Device) Huda Al Tamimi H00151085
USB Flash Drive (Storage Device) Huda Al Tamimi H00151085USB Flash Drive (Storage Device) Huda Al Tamimi H00151085
USB Flash Drive (Storage Device) Huda Al Tamimi H00151085
 
computer memory and memory module
computer memory and memory modulecomputer memory and memory module
computer memory and memory module
 
Window Cleaning Tools
Window Cleaning Tools  Window Cleaning Tools
Window Cleaning Tools
 
Computer hardware servicing tools
Computer hardware servicing toolsComputer hardware servicing tools
Computer hardware servicing tools
 
computer memory ,., .
computer memory ,., .computer memory ,., .
computer memory ,., .
 
Chapter 7 tools for cleaning
Chapter 7 tools for cleaningChapter 7 tools for cleaning
Chapter 7 tools for cleaning
 
Handtools
HandtoolsHandtools
Handtools
 
Group 1 Proper Storage of Tools & Equipment
Group 1 Proper Storage of Tools & EquipmentGroup 1 Proper Storage of Tools & Equipment
Group 1 Proper Storage of Tools & Equipment
 
Math1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.9 - Converting Decimal to Binary and HexMath1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.9 - Converting Decimal to Binary and Hex
 
Cleaning tools and materials
Cleaning tools and materialsCleaning tools and materials
Cleaning tools and materials
 
Tool cleaning, storage, and maintenance
Tool cleaning, storage, and maintenanceTool cleaning, storage, and maintenance
Tool cleaning, storage, and maintenance
 
Computer Memory
 Computer Memory Computer Memory
Computer Memory
 

Similar to UNIX Drive Storage

From Drives to URLs
From Drives to URLsFrom Drives to URLs
From Drives to URLsadil raja
 
04-1-Linux.ppt
04-1-Linux.ppt04-1-Linux.ppt
04-1-Linux.pptEidTahir
 
Unix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell ScriptUnix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell Scriptsbmguys
 
Access control list acl - permissions in linux
Access control list acl  - permissions in linuxAccess control list acl  - permissions in linux
Access control list acl - permissions in linuxSreenatha Reddy K R
 
Lamp ppt
Lamp pptLamp ppt
Lamp pptReka
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linuxnanocdac
 
Lession1 Linux Preview
Lession1 Linux PreviewLession1 Linux Preview
Lession1 Linux Previewleminhvuong
 
linux-lecture1.ppt
linux-lecture1.pptlinux-lecture1.ppt
linux-lecture1.pptNikhil Raut
 
101 4.1 create partitions and filesystems
101 4.1 create partitions and filesystems101 4.1 create partitions and filesystems
101 4.1 create partitions and filesystemsAcácio Oliveira
 
Linux basics part 1
Linux basics part 1Linux basics part 1
Linux basics part 1Lilesh Pathe
 

Similar to UNIX Drive Storage (20)

Basic Linux day 2
Basic Linux day 2Basic Linux day 2
Basic Linux day 2
 
From Drives to URLs
From Drives to URLsFrom Drives to URLs
From Drives to URLs
 
Solaris basics
Solaris basicsSolaris basics
Solaris basics
 
Linux ppt
Linux pptLinux ppt
Linux ppt
 
04-1-Linux.ppt
04-1-Linux.ppt04-1-Linux.ppt
04-1-Linux.ppt
 
Unix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell ScriptUnix/Linux Basic Commands and Shell Script
Unix/Linux Basic Commands and Shell Script
 
Linux Commands
Linux CommandsLinux Commands
Linux Commands
 
Access control list acl - permissions in linux
Access control list acl  - permissions in linuxAccess control list acl  - permissions in linux
Access control list acl - permissions in linux
 
Linux
Linux Linux
Linux
 
Lamp ppt
Lamp pptLamp ppt
Lamp ppt
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Linux redhat final
Linux redhat finalLinux redhat final
Linux redhat final
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Basic Linux
Basic LinuxBasic Linux
Basic Linux
 
Lession1 Linux Preview
Lession1 Linux PreviewLession1 Linux Preview
Lession1 Linux Preview
 
Linux filesystemhierarchy
Linux filesystemhierarchyLinux filesystemhierarchy
Linux filesystemhierarchy
 
linux-lecture1.ppt
linux-lecture1.pptlinux-lecture1.ppt
linux-lecture1.ppt
 
Unix Basics Commands
Unix Basics CommandsUnix Basics Commands
Unix Basics Commands
 
101 4.1 create partitions and filesystems
101 4.1 create partitions and filesystems101 4.1 create partitions and filesystems
101 4.1 create partitions and filesystems
 
Linux basics part 1
Linux basics part 1Linux basics part 1
Linux basics part 1
 

More from adil raja

A Software Requirements Specification
A Software Requirements SpecificationA Software Requirements Specification
A Software Requirements Specificationadil raja
 
NUAV - A Testbed for Development of Autonomous Unmanned Aerial Vehicles
NUAV - A Testbed for Development of Autonomous Unmanned Aerial VehiclesNUAV - A Testbed for Development of Autonomous Unmanned Aerial Vehicles
NUAV - A Testbed for Development of Autonomous Unmanned Aerial Vehiclesadil raja
 
DevOps Demystified
DevOps DemystifiedDevOps Demystified
DevOps Demystifiedadil raja
 
On Research (And Development)
On Research (And Development)On Research (And Development)
On Research (And Development)adil raja
 
Simulators as Drivers of Cutting Edge Research
Simulators as Drivers of Cutting Edge ResearchSimulators as Drivers of Cutting Edge Research
Simulators as Drivers of Cutting Edge Researchadil raja
 
The Knock Knock Protocol
The Knock Knock ProtocolThe Knock Knock Protocol
The Knock Knock Protocoladil raja
 
File Transfer Through Sockets
File Transfer Through SocketsFile Transfer Through Sockets
File Transfer Through Socketsadil raja
 
Remote Command Execution
Remote Command ExecutionRemote Command Execution
Remote Command Executionadil raja
 
CMM Level 3 Assessment of Xavor Pakistan
CMM Level 3 Assessment of Xavor PakistanCMM Level 3 Assessment of Xavor Pakistan
CMM Level 3 Assessment of Xavor Pakistanadil raja
 
Data Warehousing
Data WarehousingData Warehousing
Data Warehousingadil raja
 
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...adil raja
 
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...adil raja
 
Real-Time Non-Intrusive Speech Quality Estimation for VoIP
Real-Time Non-Intrusive Speech Quality Estimation for VoIPReal-Time Non-Intrusive Speech Quality Estimation for VoIP
Real-Time Non-Intrusive Speech Quality Estimation for VoIPadil raja
 
ULMAN GUI Specifications
ULMAN GUI SpecificationsULMAN GUI Specifications
ULMAN GUI Specificationsadil raja
 
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...adil raja
 
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...adil raja
 

More from adil raja (20)

ANNs.pdf
ANNs.pdfANNs.pdf
ANNs.pdf
 
A Software Requirements Specification
A Software Requirements SpecificationA Software Requirements Specification
A Software Requirements Specification
 
NUAV - A Testbed for Development of Autonomous Unmanned Aerial Vehicles
NUAV - A Testbed for Development of Autonomous Unmanned Aerial VehiclesNUAV - A Testbed for Development of Autonomous Unmanned Aerial Vehicles
NUAV - A Testbed for Development of Autonomous Unmanned Aerial Vehicles
 
DevOps Demystified
DevOps DemystifiedDevOps Demystified
DevOps Demystified
 
On Research (And Development)
On Research (And Development)On Research (And Development)
On Research (And Development)
 
Simulators as Drivers of Cutting Edge Research
Simulators as Drivers of Cutting Edge ResearchSimulators as Drivers of Cutting Edge Research
Simulators as Drivers of Cutting Edge Research
 
The Knock Knock Protocol
The Knock Knock ProtocolThe Knock Knock Protocol
The Knock Knock Protocol
 
File Transfer Through Sockets
File Transfer Through SocketsFile Transfer Through Sockets
File Transfer Through Sockets
 
Remote Command Execution
Remote Command ExecutionRemote Command Execution
Remote Command Execution
 
Thesis
ThesisThesis
Thesis
 
CMM Level 3 Assessment of Xavor Pakistan
CMM Level 3 Assessment of Xavor PakistanCMM Level 3 Assessment of Xavor Pakistan
CMM Level 3 Assessment of Xavor Pakistan
 
Data Warehousing
Data WarehousingData Warehousing
Data Warehousing
 
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
 
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
Implementation of a Non-Intrusive Speech Quality Assessment Tool on a Mid-Net...
 
Real-Time Non-Intrusive Speech Quality Estimation for VoIP
Real-Time Non-Intrusive Speech Quality Estimation for VoIPReal-Time Non-Intrusive Speech Quality Estimation for VoIP
Real-Time Non-Intrusive Speech Quality Estimation for VoIP
 
VoIP
VoIPVoIP
VoIP
 
ULMAN GUI Specifications
ULMAN GUI SpecificationsULMAN GUI Specifications
ULMAN GUI Specifications
 
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
 
ULMAN-GUI
ULMAN-GUIULMAN-GUI
ULMAN-GUI
 
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
 

Recently uploaded

On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 

UNIX Drive Storage

  • 1. UNIX drive storage ● There are no drive letters. ● The directory structure starts from the 'root' where everything is seen as a file. ● Directories are simply 'mounted' into another folder.
  • 2. The Unix / Linux / Apple filesystem +-----+ | / | +--+--+ | +--------+---+-----+--------+ | | | | +--+--+ +--+--+ +---+--+ +--+--+ | bin | | usr | | home | | etc | +-----+ +-----+ +--+---+ +-----+ | +-------------+-----+ | | +---+--+ +---+--+ | FRED | | DAVE | +---+--+ +---+--+ | | +-----+---+ +----+-----+ | | | | +---+--+ +---+--+ +--+---+ +---+--+ | work | | web | | work | | web | +------+ +------+ +------+ +------+
  • 3. File Permissions and file access. In MS systems, files listed in Windows Explorer, File Manager (or equivalent) have letters next to them to indicate their permission status. a - archive files h - hidden files r - read only files s - system files
  • 4. Unix files and permissions drwx------ 2 dforbes EL 512 Dec 1 17:25 Mail drwx------ 2 dforbes EL 512 Sep 2 1996 News -rw-r--r-- 1 dforbes EL 7127 Nov 28 18:38 boot.txt drwxr-x--- 3 dforbes EL 512 Sep 2 1996 dhf drwxr-xr-x 7 dforbes EL 512 Sep 8 14:03 frames -rw-r--r-- 1 dforbes EL 28774 Dec 1 14:08 hardware.txt -rw-r--r-- 1 dforbes EL 3144 Nov 28 18:38 memory.txt -rw-r--r-- 1 dforbes EL 15483 Nov 28 18:38 networks.txt -rw-r--r-- 1 dforbes EL 53089 Nov 27 13:56 ports.html drwx------ 9 dforbes EL 512 Oct 29 14:03 ugf -rw-r--r-- 1 dforbes EL 5773 Nov 27 13:56 video.htm -rw-r--r-- 1 dforbes EL 14762 Nov 27 13:56 work1.htm /homedir/dforbes%
  • 5. Unix permissions determine which files can be altered, read or executed. The permissions used are: r - read access granted w - write access granted x - execute access granted
  • 6. UNIX file listings have a set of 10 spaces where the letters r, w or x are written to indicate WHO is allowed to read, write, or execute that file. - - - - - - - - - - ● The first space of the 10 may be left blank to indicate a file, or a "d" used to indicate a directory, or “l” for a 'link'. ● The remaining 9 spaces are divided into three groups of three.
  • 7. A file which allows: ● read, write and execute permission to the owner, ● read and execute to a group and ● read only to everybody else, would look like this: d r w x r - x r - - In each group of 3 spaces, ● the first character determines the read permission, ● the second the write permission, and ● the third the execute permission.
  • 8. So :: ● The first letter group refers to the permissions granted to the owner of the file. ● The second, to a specific group of users who are granted access rights to the file. ● The third letter group determines the access rights of anybody else to the file. These attributes can be changed by the owner of the file who decides which users can have particular access.
  • 9. chmod To change the permission set up, the chmod command is used: Each group of three permissions can be represented by an octal number (0 to 7), (1 = set permission) d r w x r - x r - - Binary : 1 1 1 1 0 1 1 0 0 Octal : 4 + 2 + 1 4 + 0 + 1 4 + 0 + 0 = 7 5 4 Command used is: chmod 754 filename. ** Only the owner of the file can change these settings. Other commands include: ● chgrp - for changing the group given access to the file ● chown - to change the owner of the file
  • 10. Commercial Web filespace ISP webspace hosting your own web domain, the industry standard access tool is FTP The web root, eg http://www.somenet.com will be kept in a subdirectory Every ISP puts this subdirectory in different places, eg. http://splicehost.com/faq.html PROGRAMS' LOCATION - What is the path to PERL? /usr/bin/perl - What is the path to SENDMAIL? /usr/sbin/sendmail - What is the path to DATE? /bin/date - What is the path of my files? /home/yourusername - Web read-able files are in /home/username/public_html However, you are only allowed to work from /public_html, and /home/username is kept invisible to you. NOTE: DRIVE LETTERS NEVER APPEAR - ONLY UNIX DIRECTORIES
  • 12. What is the relationship between Windows drive letters and Internet web site URLs?
  • 13. There is none. There is no relationship.
  • 14. Drive letters have nothing to do with the Internet.