SlideShare une entreprise Scribd logo
1  sur  40
Introduction to Linux
Contents

Introduction

History of Linux

Concepts to be known

Ubuntu 14.04 LTS setup
A free Unix-type operating system developed
under the GNU General Public License.
Open source
Popular
Support most of the platforms available
Linux
History of Unix OS
The Unix OS was developed (based on Multics & CTSS
operating systems) by Ken Thompson at the AT&T Bell
Laboratories in 1969. He wanted to create an multi-user
operating system to run “space wars” game.
Ken’s philosophy was to create an operating system
with commands or “utilities” that would do one thing
well (i.e. UNIX). Pipes could be used combine
History of Unix OS
The first versions of UNIX were written in
“machine-dependent” program (such as PDP-7).
Ken Thompson approached Dennis Ritchie,
developer of C language, and in 1973 they
compiled UNIX in C to make operating system
“portable” to other computers systems.
UNIX Features
The Unix OS is a multi-user OS allowing more
that more person to directly communicate with the
computer.
Although the OS can only work on one task at a
time, a small piece of time (time slice) is dedicated
to each task/user –this referred to as “time-sharing”
Illustration of
Time-Sharing
TIME
User 1
User 2
User 3
User 4
User 5
User 6
User 7
User 8
Development of Unix OS
Unix became a popular OS among institutions such as
colleges & universities through a 4-year “try before you
buy” deal.
− Efficient and inexpensive way of networking
− promotes Internet use and file-sharing
− Open system allows for source code to be shared among many
programmers - allows for better coordination among
programmers
Development of Unix OS
Students at University of California (in Berkley)
further developed the UNIX operating system
and introduced the BSD version of Unix
Unix
Bell Labs
UNIX System V (5)
Proprietary
Berkley Software Distribution (BSD)
Free
Development of Unix OS
There were versions of UNIX for the Personal
Computer (PC), such as XENIX, etc., but they
didn’t catch on in popularity until Linux was
developed in the early 90’s.
History of Linux
Linux operating system
developed by
programming student
Linus Torvalds
Linus wanted to develop
Unix-like OS just to
experiment with new 386
computer at the time...
Why Linux became so popular?
Linus decided to make Linux OS
source-code for Linux Kernel open to all:
− Unlike traditional Operating Systems, anyone can modify
and distribute Linux OS (as long as they distribute source
code of Linux Kernel)
− “Competition among Hackers” allow code to be improved
and distributed often
− Many users can spot bugs in the operating system or
application if source code is “open”
Other Factors:
− PC’s have increased processing power and there has been
a noted shift from mainframes and minicomputers to PCs.
− Since Linux is a “Unix Work-alike”, this OS has a
reputation to be a very stable platform for networking
(creating at-home servers) and running / maintaining
applications.
− Agencies such as Free Software Foundation created GNU
project to provide free software.
Why Linux became so popular?
Concerns
Some people claim that “there are as many version of
Linux as there are users…”
POSIX (Portable Operating System Interface for
Computer Environments) is a government standard to
ensure consistency among different UNIX and Linux
versions.
Many versions of Linux are approaching POSIX
standard.
− Multics, AT&T Bell Lab, GE, MIT
− 1969, UNIX, Ken Thompson, Dennis
Ritchie
− 1973, Rewrite UNIX with C
− Berkeley UNIX(BSD UNIX)
− Commercial products
SunOS, Solaris, HP-UX, AIX, SCO UNIX
A Short History of UNIX
A Short History of Linux
A Short History of Linux(2)
Is Linux difficult ?
Linux can give you:
A modern, very stable, multi-user, multitasking environment.
Advanced graphical user interface. Linux uses a standard, network-transparent
X-windowing system with a "window manager" (typically KDE or GNOME but
several are available).
The graphical desktop under Linux can be made to look like MS
Windows (or probably ANY other graphical user interface of your choice).
Dozens of excellent, free, general-interest desktop applications. These
include a range of web browsers, email programs, word processors,
spreadsheets, bitmap and vector graphics editing programs, file managers,
audio players, CD writers, some good games, typing tutor, etc.
Freedom from viruses. Linux has no viruses because it is too secure an
operating system for the viruses to spread with any degree of efficiency.
Linux is quite positively here-to-stay because of its open-source nature (Linux cannot possibly
be put out-of-business). It is a standard selected for countless projects that are not going to go
away, and some of them are quite "mission-critical." Try the International Space Station, for
which Linux is the operating system (http://www2.linuxjournal.com/lj-
issues/issue59/3024.html).
In a nutshell, the GNU General Public Licence (GPL) allows anybody
to:
use the software at no charge, without any limitations,
copy, and distribute or sell unmodified copies of the software in the
source or binary form,
use the software with propriatory (e.g., your own) modifications, free of
charge, as long as you do not distribute or sell the modified version,
modify, and distribute or sell a modified version of the software as long
What the GPL license *does not* allow code recipients to do is to
take somebody elses software licenced under GPL, modify the
software, and then distrubute a this modified version of the softwar
under a propriatory licence. Speaking plainly, the GPL licence just
forbids stealing existing (somebody else's) software for incorporatio
into a closed, commercial-only product.
A Linux distribution, often simply
distribution or distro, is a member of the
Linux family of Unix-like computer operating
systems.
Distros mainly based on ‘Look and Feel’ and
Applications
Linux Distros
: Distros:
Red Hat Fedora, Debain, SuSe,Ubuntu,
Gentoo
Windows uses letters of the alphabet to
represent different devices and different hard
disk partitions. Under Windows, you need to
know what volume (C:, D:,...) a file resides on
to select it, the file's physical location is part
of it's name.
In Linux all directories are attached to the
root directory, which is identified by a
forward-slash, "/". - root.
 For example, below are some second-level
directories:
File System
• /bin System binaries, including the command shell
• /boot Boot-up routines
• /dev Device files for all your peripherals
• /etc System configuration files
• /home User directories
• /lib Shared libraries and modules
• /lost+found Lost-cluster files, recovered from a disk-check
• /mnt Mounted file-systems
• /opt Optional software
•/proc Kernel-processes pseudo file-system
• /root Administrator’s home directory
• /sbin System administration binaries
•/usr User-oriented software
• /var Various other files: mail, spooling and logging
man
info
command –help
Forums.
Linux Help
− The “-k” option
man –k print
− Manual pages are divided in 8 sections:
 User commands
 System calls
 Libc calls
 Devices
 File formats and protocols
 Games
 Conventions, macro packages and so
forth
 System administation
− To select correct section, add section number:
man 1 passwd, man 5 passwd
man command
info command
A program for reading documentation,
sometimes a replacement for manual pages
Example : info ls
Ubuntu
What is it?
Ubuntu is a Linux-based Operating System that is
open sourced (free)
Pronounced (oo-BOON-too)
Strong focus on usability and ease of installation
Why that name?
Ubuntu is an African concept meaning “humanity
toward others”
Sponsored by Canonical Ltd. Owned by South African
billionaire Mark Shuttleworth
Why use it?
Huge group of “free software proponents” (open
source)
Ubuntu is free
Alternate to Windows and MAC OS’s
Ubuntu is most popular Linux-based OS in the
world (8 million now)
Dell now offers desktops with Ubuntu
Last version – Feisty Fawn 7.04
Latest version – Gusty Gibbon 7.10
Next version – Hardy Heron 8.04 in 2011
256 KB RAM
4 GB hard drive space
Can be dual booted with current OS or used from a
live CD
Gutsy Gibbon Software Includes:
Firefox browser
Thunderbird and Evolution e-mail
Open Office suite
GIMP (Photoshop-like)
Music and Video players
Games
Summary
Pro –
Open source (free too)
Upgrade available about every 6 mo.
Compatible with MS programs
Many add-ons available
No key codes, activation, registration
Summary
Con’s
No tech support (Internet groups only)
Not all programs compatible
Drivers for peripherals not always available
How to get Ubuntu
Three ways to acquire:
1. Download from the Internet
www. Ubuntu. Com
Warning: about 600 MB download
2. Send for a free CD
Links :
http://en.wikipedia.org/wiki/Unix
http://en.wikipedia.org/wiki/Linux
Download Source Code from:
http://www.kernel.org
Books:
Unix User Guide – Rebecca Thomas
Your UNIX: The Ultimate Guide-Sumitabha
Das
Thank you

Contenu connexe

Tendances

Operating systems linux
Operating systems linuxOperating systems linux
Operating systems linux
william_morg
 
Presentation1 linux os
Presentation1 linux osPresentation1 linux os
Presentation1 linux os
joycoronado
 

Tendances (20)

Linux; Operating System
Linux; Operating SystemLinux; Operating System
Linux; Operating System
 
ppt on linux by MUKESH PATEL
ppt on linux by MUKESH PATELppt on linux by MUKESH PATEL
ppt on linux by MUKESH PATEL
 
Programming and problem solving 3
Programming and problem solving 3Programming and problem solving 3
Programming and problem solving 3
 
Introduction to Linux_by_Amit & Jiban
Introduction to Linux_by_Amit & Jiban Introduction to Linux_by_Amit & Jiban
Introduction to Linux_by_Amit & Jiban
 
Operating systems linux
Operating systems linuxOperating systems linux
Operating systems linux
 
Linux vs windows
Linux vs windowsLinux vs windows
Linux vs windows
 
A general Overview of linux !!
A general Overview of linux !!A general Overview of linux !!
A general Overview of linux !!
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 
Linux & Unix Operating System's
Linux & Unix Operating System'sLinux & Unix Operating System's
Linux & Unix Operating System's
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
Presentation on linux
Presentation on linuxPresentation on linux
Presentation on linux
 
Linux - Introductions to Linux Operating System
Linux - Introductions to Linux Operating SystemLinux - Introductions to Linux Operating System
Linux - Introductions to Linux Operating System
 
Linux introduction (eng)
Linux introduction (eng)Linux introduction (eng)
Linux introduction (eng)
 
Linux notes
Linux notesLinux notes
Linux notes
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Presentation1 linux os
Presentation1 linux osPresentation1 linux os
Presentation1 linux os
 
Unix ppt
Unix pptUnix ppt
Unix ppt
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Linux Introduction
Linux IntroductionLinux Introduction
Linux Introduction
 

En vedette (6)

The eID on Linux in 2015
The eID on Linux in 2015The eID on Linux in 2015
The eID on Linux in 2015
 
Release Party Ubuntu 12.04
Release Party Ubuntu 12.04Release Party Ubuntu 12.04
Release Party Ubuntu 12.04
 
History of ubuntu
History of ubuntuHistory of ubuntu
History of ubuntu
 
Ubuntu 16.04 LTS Security Features
Ubuntu 16.04 LTS Security FeaturesUbuntu 16.04 LTS Security Features
Ubuntu 16.04 LTS Security Features
 
Create and Prepare Ubuntu 16.04 VM Template
Create and Prepare Ubuntu 16.04 VM TemplateCreate and Prepare Ubuntu 16.04 VM Template
Create and Prepare Ubuntu 16.04 VM Template
 
Introduction to Ubuntu
Introduction to UbuntuIntroduction to Ubuntu
Introduction to Ubuntu
 

Similaire à Linux Information

Similaire à Linux Information (20)

Chapter 8 - nsa Introduction to Linux.ppt
Chapter 8 -  nsa Introduction to Linux.pptChapter 8 -  nsa Introduction to Linux.ppt
Chapter 8 - nsa Introduction to Linux.ppt
 
Ch1-Unix.pptx
Ch1-Unix.pptxCh1-Unix.pptx
Ch1-Unix.pptx
 
Linux technology
Linux technologyLinux technology
Linux technology
 
Linux opearting system ppt
Linux opearting system pptLinux opearting system ppt
Linux opearting system ppt
 
Linux operating system
Linux operating systemLinux operating system
Linux operating system
 
Intro to linux
Intro to linuxIntro to linux
Intro to linux
 
Hillel kobrovski Linux security overview for ciso
Hillel kobrovski   Linux security overview for cisoHillel kobrovski   Linux security overview for ciso
Hillel kobrovski Linux security overview for ciso
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Linux Introduction
Linux IntroductionLinux Introduction
Linux Introduction
 
Linux
Linux Linux
Linux
 
Linux is a unix
Linux  is a unixLinux  is a unix
Linux is a unix
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Linux
LinuxLinux
Linux
 
The Technology Talk
The Technology TalkThe Technology Talk
The Technology Talk
 
Linux
LinuxLinux
Linux
 
Introduction to Linux for Windows Users
Introduction to Linux for Windows UsersIntroduction to Linux for Windows Users
Introduction to Linux for Windows Users
 
Licão 01 introduction
Licão 01 introductionLicão 01 introduction
Licão 01 introduction
 
Intro tounix
Intro tounixIntro tounix
Intro tounix
 
Overview_Linux ppt
Overview_Linux pptOverview_Linux ppt
Overview_Linux ppt
 
Linux
LinuxLinux
Linux
 

Plus de Rahul Pola (11)

UML Diagrams
UML  DiagramsUML  Diagrams
UML Diagrams
 
Automized Examination System
Automized Examination SystemAutomized Examination System
Automized Examination System
 
Project Synopsis sample
Project Synopsis sampleProject Synopsis sample
Project Synopsis sample
 
Report format
Report formatReport format
Report format
 
Sequence diagram
Sequence diagramSequence diagram
Sequence diagram
 
Object diagram
Object diagramObject diagram
Object diagram
 
Use case Diagram
Use case Diagram Use case Diagram
Use case Diagram
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Linux shell env
Linux shell envLinux shell env
Linux shell env
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Android introduction
Android introductionAndroid introduction
Android introduction
 

Dernier

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Dernier (20)

Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 

Linux Information

  • 2. Contents  Introduction  History of Linux  Concepts to be known  Ubuntu 14.04 LTS setup
  • 3. A free Unix-type operating system developed under the GNU General Public License. Open source Popular Support most of the platforms available Linux
  • 4. History of Unix OS The Unix OS was developed (based on Multics & CTSS operating systems) by Ken Thompson at the AT&T Bell Laboratories in 1969. He wanted to create an multi-user operating system to run “space wars” game. Ken’s philosophy was to create an operating system with commands or “utilities” that would do one thing well (i.e. UNIX). Pipes could be used combine
  • 5. History of Unix OS The first versions of UNIX were written in “machine-dependent” program (such as PDP-7). Ken Thompson approached Dennis Ritchie, developer of C language, and in 1973 they compiled UNIX in C to make operating system “portable” to other computers systems.
  • 6. UNIX Features The Unix OS is a multi-user OS allowing more that more person to directly communicate with the computer. Although the OS can only work on one task at a time, a small piece of time (time slice) is dedicated to each task/user –this referred to as “time-sharing”
  • 7. Illustration of Time-Sharing TIME User 1 User 2 User 3 User 4 User 5 User 6 User 7 User 8
  • 8. Development of Unix OS Unix became a popular OS among institutions such as colleges & universities through a 4-year “try before you buy” deal. − Efficient and inexpensive way of networking − promotes Internet use and file-sharing − Open system allows for source code to be shared among many programmers - allows for better coordination among programmers
  • 9. Development of Unix OS Students at University of California (in Berkley) further developed the UNIX operating system and introduced the BSD version of Unix Unix Bell Labs UNIX System V (5) Proprietary Berkley Software Distribution (BSD) Free
  • 10. Development of Unix OS There were versions of UNIX for the Personal Computer (PC), such as XENIX, etc., but they didn’t catch on in popularity until Linux was developed in the early 90’s.
  • 11. History of Linux Linux operating system developed by programming student Linus Torvalds Linus wanted to develop Unix-like OS just to experiment with new 386 computer at the time...
  • 12. Why Linux became so popular? Linus decided to make Linux OS source-code for Linux Kernel open to all: − Unlike traditional Operating Systems, anyone can modify and distribute Linux OS (as long as they distribute source code of Linux Kernel) − “Competition among Hackers” allow code to be improved and distributed often − Many users can spot bugs in the operating system or application if source code is “open”
  • 13. Other Factors: − PC’s have increased processing power and there has been a noted shift from mainframes and minicomputers to PCs. − Since Linux is a “Unix Work-alike”, this OS has a reputation to be a very stable platform for networking (creating at-home servers) and running / maintaining applications. − Agencies such as Free Software Foundation created GNU project to provide free software. Why Linux became so popular?
  • 14. Concerns Some people claim that “there are as many version of Linux as there are users…” POSIX (Portable Operating System Interface for Computer Environments) is a government standard to ensure consistency among different UNIX and Linux versions. Many versions of Linux are approaching POSIX standard.
  • 15. − Multics, AT&T Bell Lab, GE, MIT − 1969, UNIX, Ken Thompson, Dennis Ritchie − 1973, Rewrite UNIX with C − Berkeley UNIX(BSD UNIX) − Commercial products SunOS, Solaris, HP-UX, AIX, SCO UNIX A Short History of UNIX
  • 16. A Short History of Linux
  • 17. A Short History of Linux(2)
  • 19. Linux can give you: A modern, very stable, multi-user, multitasking environment. Advanced graphical user interface. Linux uses a standard, network-transparent X-windowing system with a "window manager" (typically KDE or GNOME but several are available). The graphical desktop under Linux can be made to look like MS Windows (or probably ANY other graphical user interface of your choice).
  • 20. Dozens of excellent, free, general-interest desktop applications. These include a range of web browsers, email programs, word processors, spreadsheets, bitmap and vector graphics editing programs, file managers, audio players, CD writers, some good games, typing tutor, etc. Freedom from viruses. Linux has no viruses because it is too secure an operating system for the viruses to spread with any degree of efficiency.
  • 21. Linux is quite positively here-to-stay because of its open-source nature (Linux cannot possibly be put out-of-business). It is a standard selected for countless projects that are not going to go away, and some of them are quite "mission-critical." Try the International Space Station, for which Linux is the operating system (http://www2.linuxjournal.com/lj- issues/issue59/3024.html).
  • 22. In a nutshell, the GNU General Public Licence (GPL) allows anybody to: use the software at no charge, without any limitations, copy, and distribute or sell unmodified copies of the software in the source or binary form, use the software with propriatory (e.g., your own) modifications, free of charge, as long as you do not distribute or sell the modified version, modify, and distribute or sell a modified version of the software as long
  • 23. What the GPL license *does not* allow code recipients to do is to take somebody elses software licenced under GPL, modify the software, and then distrubute a this modified version of the softwar under a propriatory licence. Speaking plainly, the GPL licence just forbids stealing existing (somebody else's) software for incorporatio into a closed, commercial-only product.
  • 24. A Linux distribution, often simply distribution or distro, is a member of the Linux family of Unix-like computer operating systems. Distros mainly based on ‘Look and Feel’ and Applications Linux Distros : Distros: Red Hat Fedora, Debain, SuSe,Ubuntu, Gentoo
  • 25. Windows uses letters of the alphabet to represent different devices and different hard disk partitions. Under Windows, you need to know what volume (C:, D:,...) a file resides on to select it, the file's physical location is part of it's name. In Linux all directories are attached to the root directory, which is identified by a forward-slash, "/". - root.  For example, below are some second-level directories: File System
  • 26. • /bin System binaries, including the command shell • /boot Boot-up routines • /dev Device files for all your peripherals • /etc System configuration files • /home User directories • /lib Shared libraries and modules • /lost+found Lost-cluster files, recovered from a disk-check • /mnt Mounted file-systems • /opt Optional software •/proc Kernel-processes pseudo file-system • /root Administrator’s home directory • /sbin System administration binaries •/usr User-oriented software • /var Various other files: mail, spooling and logging
  • 28. − The “-k” option man –k print − Manual pages are divided in 8 sections:  User commands  System calls  Libc calls  Devices  File formats and protocols  Games  Conventions, macro packages and so forth  System administation − To select correct section, add section number: man 1 passwd, man 5 passwd man command
  • 29. info command A program for reading documentation, sometimes a replacement for manual pages Example : info ls
  • 31. What is it? Ubuntu is a Linux-based Operating System that is open sourced (free) Pronounced (oo-BOON-too) Strong focus on usability and ease of installation
  • 32. Why that name? Ubuntu is an African concept meaning “humanity toward others” Sponsored by Canonical Ltd. Owned by South African billionaire Mark Shuttleworth
  • 33. Why use it? Huge group of “free software proponents” (open source) Ubuntu is free Alternate to Windows and MAC OS’s Ubuntu is most popular Linux-based OS in the world (8 million now) Dell now offers desktops with Ubuntu
  • 34. Last version – Feisty Fawn 7.04 Latest version – Gusty Gibbon 7.10 Next version – Hardy Heron 8.04 in 2011 256 KB RAM 4 GB hard drive space Can be dual booted with current OS or used from a live CD
  • 35. Gutsy Gibbon Software Includes: Firefox browser Thunderbird and Evolution e-mail Open Office suite GIMP (Photoshop-like) Music and Video players Games
  • 36. Summary Pro – Open source (free too) Upgrade available about every 6 mo. Compatible with MS programs Many add-ons available No key codes, activation, registration
  • 37. Summary Con’s No tech support (Internet groups only) Not all programs compatible Drivers for peripherals not always available
  • 38. How to get Ubuntu Three ways to acquire: 1. Download from the Internet www. Ubuntu. Com Warning: about 600 MB download 2. Send for a free CD
  • 39. Links : http://en.wikipedia.org/wiki/Unix http://en.wikipedia.org/wiki/Linux Download Source Code from: http://www.kernel.org Books: Unix User Guide – Rebecca Thomas Your UNIX: The Ultimate Guide-Sumitabha Das