SlideShare une entreprise Scribd logo
1  sur  29
I. History
II. Pros and Cons
III. File System
A. What is File System
B. Types of File System
C. Structure of File System
D. Mounting File System
E. Creating File System
F. Some useful commands and tool
I. To Look at History
II. To Look at Pros and Cons
III. To Explore How Ubuntu implement File
System
4
 Ubuntu is one of the flavors of Linux
Operating System
 Developed by Canonical Ltd.,Ubuntu
Community
 Free and Open Source Software
 Released in Oct 20th,2004
 Latest Release Ubuntu 14.04.1 (Trusty tahr)
on July 24th,2014
5
 Disadvantages compared with Windows
 Isn't as popular as Windows
 Ubuntu is relatively hard to install, learn and use
 As It’s Open Source, Ubuntu is mainly used in
commercial applications, server implementation
 More than 75% current network servers are
developed based on Ubuntu, Linux or Unix
systems
 Due to the relatively high reliability
A. It is responsible for storing
information on disk and retrieving
and updating this information.
B. Example :
1. FAT16, FAT32, NTFS
2. ext2, ext3 …
C. In Linux everything is file
A. Network File System
1. NFS
2. SMB
B. Disk File System
1. ext2
2. ext3
3. FAT32
4. NTFS
A. Network File System are physically
somewhere else, but appear as if
they are mounted on one computer.
B. NFS
It was developed by Sun.
C. SMB
It was developed by Microsoft.
 Disk File System are what you will
find on a physical device, such as
hard drive in a computer.
A. It has been the standard File System for
Linux.
B. The original Extended File System was
named ext.
C. The ext2 File System can accommodate:
1. Files as large as 2GB
2. Directories as large as 2TB
3. Max. file name length of 255
characters.
A. It is as same as ext2.
B. It is a journaling File System for
Linux.
C. In a journaling system, metadata is
written to a journal on the disk
before it is actually used to modify
the file.
 Hold the most commonly used essential user
programs
i. Login
ii. Shells (bash, ksh, csh)
iii. File manipulation utilities (cp, mv, rm, ln, tar)
iv. Editors (ed, vi)
v. File system utilities (dd, df, mount, umount,
sync)
vi. System utilities (uname, hostname)
vii. GNU utilities like gzip and gunzip
 Hold essential maintenance or system programs
such as the following:
i. Fsck
ii. mkfs
iii. shutdown
iv. lilo
v. init
 The main difference between the programs stored
in /bin and /sbin is that the programs in /sbin are
executable only by root.
 Store the systemwide configuration files
required by many programs.
i. Passwd
ii. fstab
iii. hosts
iv. lilo.conf
 The /home directory is where all the home
directories for all the users on a system are
stored.
 The /root directory is where all the home
directories for root user on a system are
stored.
 The special files representing hardware are
kept in it.
i. /dev/hda1
ii. /dev/ttyS0
iii. /dev/mouse
iv. /dev/fd0
v. /dev/fifo1
vi. /dev/loop2
 The /tmp and /var directories are used to hold
temporary files or files with constantly varying
content.
 The /tmp directory is usually a dumping ground for
files that only need to be used briefly and can
afford to be deleted at any time.
 The /var directory is a bit more structured than
/tmp and usually looks something like the
following:
i. /var/log
ii. /var/spool
iii. /var/named
 Most programs and files directly relating to
users of the system are stored.
 It is in some ways a mini version of the
/directory.
i. /usr/bin
ii. /usr/sbin
iii. /usr/spool
A. The Linux File System makes it appear as if
all the File System are local and mounted
somewhere on the root File System.
B. File System are mounted with the mount
command.
mount –t type source mount_point
C. To unmount a File System, the unmount
command is used.
umount /dev/<device name> or
mount_point
A. Once a disk has been partitioned for a
specific File System, it is necessary to
create a File System on it.
B. The first process in the DOS world is
known as formatting.
C. In the UNIX world is known as creating a
File System.
A. mkfs or mke2fs
Make a new ext2 File System.
B. mk3fs
Make a new ext3 File System.
C. mkdosfs
Make DOS File System without
owning any Microsoft software.
A. pwd
Where am I?
B. cd
Changes working directory.
C. ls
Shows the contents of current directory
D. cat
Takes all input and outputs it to a file or other
source
A. mkdir
Creates a new directory
B. rmdir
Removes empty directore
C. mv
Moves files
D. cp
Copies files
E. rm
Removes directory
A. gzip and gunzip
To compress and uncompress a file
B. tar
To compress and uncompress a file
C. fsck and e2fsck
Checks and repairs a Linux File System (same as
scandisk)
D. e2label
Displays or change the label of a device
E. dd
Converts and copies a file
A. df
Reports File System disk space usage
B. du
Estimates file space usage
C. ln
Makes links between files
D. file
Determines file type
E. tune2fs
Adds the journal to an existing ext2 File System
A. First:
A. Use the tune2fs utility to add the
journal to an existing ext2 File System
B. tune2fs –j /dev/hda2
B. Second
A. Edit the appropriate line in /etc/fstab
and change the value from ext2 to
ext3.
Ubuntu File System
Ubuntu File System

Contenu connexe

Tendances

Tendances (20)

Presentation on linux
Presentation on linuxPresentation on linux
Presentation on linux
 
Windows Vista
Windows VistaWindows Vista
Windows Vista
 
History of ubuntu
History of ubuntuHistory of ubuntu
History of ubuntu
 
Présentation ubuntu 12.10 PDF
Présentation ubuntu  12.10 PDFPrésentation ubuntu  12.10 PDF
Présentation ubuntu 12.10 PDF
 
Windows Vista
Windows VistaWindows Vista
Windows Vista
 
windows vs linux
windows vs linuxwindows vs linux
windows vs linux
 
Linux Operating System
Linux Operating SystemLinux Operating System
Linux Operating System
 
Operating system Tutorial.
Operating system Tutorial.Operating system Tutorial.
Operating system Tutorial.
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Linux ppt
Linux pptLinux ppt
Linux ppt
 
Operating systems Basics
Operating systems BasicsOperating systems Basics
Operating systems Basics
 
presentation on windows os
presentation on windows ospresentation on windows os
presentation on windows os
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
lecture:Operating Syste Ms
lecture:Operating Syste Mslecture:Operating Syste Ms
lecture:Operating Syste Ms
 
Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1) Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1)
 
How Operating system works.
How Operating system works. How Operating system works.
How Operating system works.
 
A History of Linux
A History of LinuxA History of Linux
A History of Linux
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
 
Windows V/S Linux OS - Comparison
Windows V/S Linux OS - ComparisonWindows V/S Linux OS - Comparison
Windows V/S Linux OS - Comparison
 

En vedette

RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)
JAMES EMIAKPOBUNO
 
ReliableIT_LineCard_Julie Higham_Channel
ReliableIT_LineCard_Julie Higham_ChannelReliableIT_LineCard_Julie Higham_Channel
ReliableIT_LineCard_Julie Higham_Channel
Julie Higham
 
6 month rule_[girinlove][1]
6 month rule_[girinlove][1]6 month rule_[girinlove][1]
6 month rule_[girinlove][1]
maryanneyumul
 
CANADIANA 002: We Explore the Humble Origins of the West Coast's Music Mecca ...
CANADIANA 002: We Explore the Humble Origins of the West Coast's Music Mecca ...CANADIANA 002: We Explore the Humble Origins of the West Coast's Music Mecca ...
CANADIANA 002: We Explore the Humble Origins of the West Coast's Music Mecca ...
Matthew Owchar
 
RESUME JAMESBOND (2) (2)-3 (1)
RESUME JAMESBOND (2) (2)-3 (1)RESUME JAMESBOND (2) (2)-3 (1)
RESUME JAMESBOND (2) (2)-3 (1)
JAMES EMIAKPOBUNO
 
Resume MSU law 4-15
Resume MSU law 4-15Resume MSU law 4-15
Resume MSU law 4-15
Carol Siemon
 
Updated CV x 3.2015 x 19
Updated CV x 3.2015 x  19Updated CV x 3.2015 x  19
Updated CV x 3.2015 x 19
John Tobisch
 
Airius Sales Training Presentation
Airius Sales Training PresentationAirius Sales Training Presentation
Airius Sales Training Presentation
airius
 
RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)
JAMES EMIAKPOBUNO
 
It's an 'M' World - Mobifest Conference 2015 - Bucharest, May 2015 (1)
It's an 'M' World - Mobifest Conference 2015 - Bucharest, May 2015 (1)It's an 'M' World - Mobifest Conference 2015 - Bucharest, May 2015 (1)
It's an 'M' World - Mobifest Conference 2015 - Bucharest, May 2015 (1)
Eri Intzidou
 
RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)
JAMES EMIAKPOBUNO
 

En vedette (20)

Introduction to Ubuntu
Introduction to UbuntuIntroduction to Ubuntu
Introduction to Ubuntu
 
Linux File System
Linux File SystemLinux File System
Linux File System
 
Introduction to Ubuntu
Introduction to UbuntuIntroduction to Ubuntu
Introduction to Ubuntu
 
FILE AND TYPES OF FILE
FILE AND TYPES OF FILEFILE AND TYPES OF FILE
FILE AND TYPES OF FILE
 
Mac
MacMac
Mac
 
Day 6 ubuntu boot camp
Day 6 ubuntu boot campDay 6 ubuntu boot camp
Day 6 ubuntu boot camp
 
MindStorm Brochure2
MindStorm Brochure2MindStorm Brochure2
MindStorm Brochure2
 
RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)
 
ReliableIT_LineCard_Julie Higham_Channel
ReliableIT_LineCard_Julie Higham_ChannelReliableIT_LineCard_Julie Higham_Channel
ReliableIT_LineCard_Julie Higham_Channel
 
6 month rule_[girinlove][1]
6 month rule_[girinlove][1]6 month rule_[girinlove][1]
6 month rule_[girinlove][1]
 
CANADIANA 002: We Explore the Humble Origins of the West Coast's Music Mecca ...
CANADIANA 002: We Explore the Humble Origins of the West Coast's Music Mecca ...CANADIANA 002: We Explore the Humble Origins of the West Coast's Music Mecca ...
CANADIANA 002: We Explore the Humble Origins of the West Coast's Music Mecca ...
 
RESUME JAMESBOND (2) (2)-3 (1)
RESUME JAMESBOND (2) (2)-3 (1)RESUME JAMESBOND (2) (2)-3 (1)
RESUME JAMESBOND (2) (2)-3 (1)
 
Cv hr
Cv hrCv hr
Cv hr
 
Resume MSU law 4-15
Resume MSU law 4-15Resume MSU law 4-15
Resume MSU law 4-15
 
Updated CV x 3.2015 x 19
Updated CV x 3.2015 x  19Updated CV x 3.2015 x  19
Updated CV x 3.2015 x 19
 
RA: Real trap shit?
RA: Real trap shit?RA: Real trap shit?
RA: Real trap shit?
 
Airius Sales Training Presentation
Airius Sales Training PresentationAirius Sales Training Presentation
Airius Sales Training Presentation
 
RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)
 
It's an 'M' World - Mobifest Conference 2015 - Bucharest, May 2015 (1)
It's an 'M' World - Mobifest Conference 2015 - Bucharest, May 2015 (1)It's an 'M' World - Mobifest Conference 2015 - Bucharest, May 2015 (1)
It's an 'M' World - Mobifest Conference 2015 - Bucharest, May 2015 (1)
 
RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)RESUME JAMESBOND (2) (2)-4 (2)
RESUME JAMESBOND (2) (2)-4 (2)
 

Similaire à Ubuntu File System

Basic linux architecture
Basic linux architectureBasic linux architecture
Basic linux architecture
Rohit Kumar
 

Similaire à Ubuntu File System (20)

Linux file system
Linux file systemLinux file system
Linux file system
 
linuxfilesystem-180727181106 (1).pdf
linuxfilesystem-180727181106 (1).pdflinuxfilesystem-180727181106 (1).pdf
linuxfilesystem-180727181106 (1).pdf
 
File system discovery
File system discovery File system discovery
File system discovery
 
Edubooktraining
EdubooktrainingEdubooktraining
Edubooktraining
 
File system hiearchy
File system hiearchyFile system hiearchy
File system hiearchy
 
Introduction to Unix
Introduction to UnixIntroduction to Unix
Introduction to Unix
 
Ch1 linux basics
Ch1 linux basicsCh1 linux basics
Ch1 linux basics
 
Linux notes
Linux notesLinux notes
Linux notes
 
Unix and shell programming | Unix File System | Unix File Permission | Blocks
Unix and shell programming | Unix File System | Unix File Permission | BlocksUnix and shell programming | Unix File System | Unix File Permission | Blocks
Unix and shell programming | Unix File System | Unix File Permission | Blocks
 
Lesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemLesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File System
 
Unix Administration
Unix AdministrationUnix Administration
Unix Administration
 
Basic linux architecture
Basic linux architectureBasic linux architecture
Basic linux architecture
 
Linux filesystemhierarchy
Linux filesystemhierarchyLinux filesystemhierarchy
Linux filesystemhierarchy
 
Linux Getting Started
Linux Getting StartedLinux Getting Started
Linux Getting Started
 
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
 
Linux security
Linux securityLinux security
Linux security
 
Get Started with Linux Management Command line Basic Knowledge
Get Started with Linux Management Command line Basic KnowledgeGet Started with Linux Management Command line Basic Knowledge
Get Started with Linux Management Command line Basic Knowledge
 
LinuxTraining_26_Sept_2021.ppt
LinuxTraining_26_Sept_2021.pptLinuxTraining_26_Sept_2021.ppt
LinuxTraining_26_Sept_2021.ppt
 
Linux basics
Linux basics Linux basics
Linux basics
 
Linux training
Linux trainingLinux training
Linux training
 

Dernier

Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 

Dernier (20)

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 

Ubuntu File System

  • 1.
  • 2. I. History II. Pros and Cons III. File System A. What is File System B. Types of File System C. Structure of File System D. Mounting File System E. Creating File System F. Some useful commands and tool
  • 3. I. To Look at History II. To Look at Pros and Cons III. To Explore How Ubuntu implement File System
  • 4. 4  Ubuntu is one of the flavors of Linux Operating System  Developed by Canonical Ltd.,Ubuntu Community  Free and Open Source Software  Released in Oct 20th,2004  Latest Release Ubuntu 14.04.1 (Trusty tahr) on July 24th,2014
  • 5. 5  Disadvantages compared with Windows  Isn't as popular as Windows  Ubuntu is relatively hard to install, learn and use  As It’s Open Source, Ubuntu is mainly used in commercial applications, server implementation  More than 75% current network servers are developed based on Ubuntu, Linux or Unix systems  Due to the relatively high reliability
  • 6. A. It is responsible for storing information on disk and retrieving and updating this information. B. Example : 1. FAT16, FAT32, NTFS 2. ext2, ext3 … C. In Linux everything is file
  • 7. A. Network File System 1. NFS 2. SMB B. Disk File System 1. ext2 2. ext3 3. FAT32 4. NTFS
  • 8. A. Network File System are physically somewhere else, but appear as if they are mounted on one computer. B. NFS It was developed by Sun. C. SMB It was developed by Microsoft.
  • 9.  Disk File System are what you will find on a physical device, such as hard drive in a computer.
  • 10. A. It has been the standard File System for Linux. B. The original Extended File System was named ext. C. The ext2 File System can accommodate: 1. Files as large as 2GB 2. Directories as large as 2TB 3. Max. file name length of 255 characters.
  • 11. A. It is as same as ext2. B. It is a journaling File System for Linux. C. In a journaling system, metadata is written to a journal on the disk before it is actually used to modify the file.
  • 12.
  • 13.  Hold the most commonly used essential user programs i. Login ii. Shells (bash, ksh, csh) iii. File manipulation utilities (cp, mv, rm, ln, tar) iv. Editors (ed, vi) v. File system utilities (dd, df, mount, umount, sync) vi. System utilities (uname, hostname) vii. GNU utilities like gzip and gunzip
  • 14.  Hold essential maintenance or system programs such as the following: i. Fsck ii. mkfs iii. shutdown iv. lilo v. init  The main difference between the programs stored in /bin and /sbin is that the programs in /sbin are executable only by root.
  • 15.  Store the systemwide configuration files required by many programs. i. Passwd ii. fstab iii. hosts iv. lilo.conf
  • 16.  The /home directory is where all the home directories for all the users on a system are stored.  The /root directory is where all the home directories for root user on a system are stored.
  • 17.  The special files representing hardware are kept in it. i. /dev/hda1 ii. /dev/ttyS0 iii. /dev/mouse iv. /dev/fd0 v. /dev/fifo1 vi. /dev/loop2
  • 18.  The /tmp and /var directories are used to hold temporary files or files with constantly varying content.  The /tmp directory is usually a dumping ground for files that only need to be used briefly and can afford to be deleted at any time.  The /var directory is a bit more structured than /tmp and usually looks something like the following: i. /var/log ii. /var/spool iii. /var/named
  • 19.  Most programs and files directly relating to users of the system are stored.  It is in some ways a mini version of the /directory. i. /usr/bin ii. /usr/sbin iii. /usr/spool
  • 20. A. The Linux File System makes it appear as if all the File System are local and mounted somewhere on the root File System. B. File System are mounted with the mount command. mount –t type source mount_point C. To unmount a File System, the unmount command is used. umount /dev/<device name> or mount_point
  • 21. A. Once a disk has been partitioned for a specific File System, it is necessary to create a File System on it. B. The first process in the DOS world is known as formatting. C. In the UNIX world is known as creating a File System.
  • 22. A. mkfs or mke2fs Make a new ext2 File System. B. mk3fs Make a new ext3 File System. C. mkdosfs Make DOS File System without owning any Microsoft software.
  • 23. A. pwd Where am I? B. cd Changes working directory. C. ls Shows the contents of current directory D. cat Takes all input and outputs it to a file or other source
  • 24. A. mkdir Creates a new directory B. rmdir Removes empty directore C. mv Moves files D. cp Copies files E. rm Removes directory
  • 25. A. gzip and gunzip To compress and uncompress a file B. tar To compress and uncompress a file C. fsck and e2fsck Checks and repairs a Linux File System (same as scandisk) D. e2label Displays or change the label of a device E. dd Converts and copies a file
  • 26. A. df Reports File System disk space usage B. du Estimates file space usage C. ln Makes links between files D. file Determines file type E. tune2fs Adds the journal to an existing ext2 File System
  • 27. A. First: A. Use the tune2fs utility to add the journal to an existing ext2 File System B. tune2fs –j /dev/hda2 B. Second A. Edit the appropriate line in /etc/fstab and change the value from ext2 to ext3.