SlideShare a Scribd company logo
UNIT 1

●   Introduction to operating sytem , kernel and shell
●   FLOSS/FOSS
●   Linux features & Different Distros
●   Linux v/s Windows
OPERATING SYSTEM
●   To do anything useful with a computer, we need to run
    software, or programs, on the hardware. Two types of
    software exists --
●   APPLICATION SOFTWARE -- for each different application
    we need different application program like for word-
    processing we need the MS-Word etc.
●   SYSTEM SOFTWARE – is a program or collection of
    programs that acts as an intermediary between a user of a
    computer and the computer hardware. It makes the
    hardware and software work together and different
    hardware to communicate with each other . Different types
    of OS --
●   Windows , Unix , Linux , Sun Solaris , Multics ,MacOS etc
ABSTRACT VIEW OF OF COMPUTER SYSTEM
Kernel and Shell
●   Operating system can be further subdivided into 2 parts.
    While the system is operational a program is constantly
    running known as KERNEL. It forms the core of any
    operating system
●   The other part of operating system is shell which is the
    interface between user and system itself. It allows the user
    to instruct the machine and to run programs. A shell
    communicates with the kernel, but keeps the user at arm’s
    length from it. A shell only active when somebody is using
    the system while kernel is always active. Todays different
    type of shell exists depending on the ideas of different
    developers who created them .
●   Sh --Bourne shell (first shell named after its creator)
    bash – Bourne again shell
●   Ksh (korn shell)
●   Csh ( c shell)
●   Zsh and tcsh (pronounced – teesh)




                       HARDWARE



                       KERNEL

                       SHELL
FLOSS – FREE/LIBRE OPEN SOURCE SOFTWARE
●   OPEN SOURCE : software and source code available to all
    ●   The freedom to distribute software and source code
    ●   The ability to modify and create derived works
    ●   Integrity of author's code
●   GNU : In 1984, Richard M. Stallman started the GNU project
    (www.gnu.org), recursively named by the phrase GNU is Not
    UNIX.The GNU project aimed at creating a UNIX-like open
    source operating system free from regulations preventing it
    from being modified and redistributed.GNU worked on GNU
    Hurd OS and also build several open source compilers and
    libraries but Its aim of Open source Operating system was
    achieved in 1991 with the birth of LINUX KERNEL
●   LINUX :Linus Torvalds , a student at the University of Helsinki,
    created the first version of “Linux” in August 1991. Released
    as an open-source software under the Free Software
    Foundation's GNU General Public License (GPL)
●   A company can charge money for products that include
    Linux, as long as the source code is made available. The
    GPL allows people to distribute (and charge for) their own
    versions of free software.
●   According to the Free Software Foundation, the "free" in
    free software refers to freedom or liberty, not price.
●   Linux refers to the “ kernel or core ” of the operating
    system. Combining Linux with a set of open-source GNU
    programs from the Free Software Foundation turns it into
    what most people know as Linux ”forming both the full
    operating system and the core of most Linux distributions”.
●   Linux Distributions are built on the versions of Linux kernel,
    GNU programs, and other tools that are offered by different
    companies, organizations, or individuals. There are over
    600 Distro available today. (www.distrowatch.com)
    Categorise as    the commercial-backed distro like –
    Fedora(Redhat) ,openSUSE(novell),Ubuntu(Canonical Ltd)
●   And entirely community-driven distributions, such as
    Debian , Centos and Gentoo.
●   While different Linux systems will add different logos,
    choose some different soft-ware components to include,
    and have different ways of installing and configuring, one
    can easily move from one distro to another because --
●   include the same open source projects , like apache ,
    samba or mail servers etc
●   Linux Standard Base Specification (www.linuxbase.com)
    has as one of its primary goals to ensure that applications
    written for one Linux system will work on other systems.
●   A shell is a shell on all the different distros.
    TUX IS LINUX OFFICIAL MASCOT->
LINUX FEATURES
●   It's free
●   It's Open Source
●   It's Modular --Commercial Operating Systems normally get
    installed as a complete unit. One cannot, for example,
    install them without their Graphical User Interface, or
    without its printing support -- install everything or nothing
●   It’s got More Choices – Kde, GNOME ,lxde,xfce
●   It's portable – we can run on atmiga , arm arch , embedded
    systems, Machintosh, Sun Sparc, HP, Silicon Graphics ,
    Motorola etc.
●   Its comes loaded with softwares like web , ftp , samba and
    office suite etc on the distro CD.
●   Its stable -- Linux is rock-solid. Every application runs
    independently of all others – if one crashes, it crashes
    alone
●   Multiple OS’ s on a PC -- Linux can read Windows' files - it
    supports the FAT and FAT32 file system’s, and NTFS. The
    opposite, however, is not possible.
●   Linux is Multi User -- several users can log-on
    simultaneously. This means you can share the same
    program installation among various users.
●   Linux is Multi Vendo -- means that by choosing Linux, you
    choose to depend on a set of (more than 600) Linux
    distributors in the world, plus the open source community.
    Not dependent on a unique vendor. It is also safer, prices-if
    any are driven by the market, not by monopoly.
Red Hat Distributions
●   Red Hat Enterprise Linux---
●   Stable, thoroughly tested software
●   Professional support services with 24x7 coverage plans.
●   Centralized management tools for large networks
●   Version available started from 2.1, 3.0, 4.0, 5.0 now 6.0
●   Support many processor architectures – Intel x86
    compatible, Intel Titanium 2, AMD64, IBM PowerPC
●   The Fedora Project---
●   More, newer applications
●   Community supported (no official Red Hat support)
●   For personal systems
LINUX                   VS              WINDOWS
●   Open source                           Closed Source
●   Can modify & Redistribute             Cant modify & Redistribute
●   Covers the 70 % share of              Covers the 23% share webservers
    webservers
●   91 % of supercomputer run              1% of supercompter share run on
    linux (top 14 runs linux only)         windows
●   Filesystem – ext2,ext3,ext4           Filesystem - NTFS, FAT, ISO 9660
    reiserfs ,FAT, NTFS, NFS, UDF         UDF ,HFS
     ISO 9660 , JFS,XFS
●   Linux installers will automatically   Windows installers will overwrite the
    detect and set up other operating     MBR , thus rendering non-Windows
    systems for dual/multiple boot        partition unusable
    with Linux
●   Linux Kernel is modular , drivers     Windows Kernel is Monolithic and all
    are loaded dynamically whenever       drivers are loaded at boot time thus
    required thus, reducing boot time     boot time is more
●   Linux doesnt require defrag-        Windows partition require
    mentation.                          Defragmentation.
●   Linux application are installed     Windows rely on windows installer
    with package manager such as        to install third party applications.
    apt or yum etc which ensure all
    dependencies are met.
●   As of 2006 more than 800 pieces     As of 2009 more than 2 million of
    malware had been detected           malware have been detected for
                                        windows
●   Linux stores configuration in plain Windows Database of configuration
    text file                           is Registry
●   “/” is the head of system file      “c:” is generally where we get
     storage                             system files
●   “/home” stores the user files and   “Document & Settings” stores the
     /root stores the admin files        user files and admin files also
●   “/bin” stores the normal binaries    “Program files” stores the binaries
     “/sbin” --system binaries
     “/usr/bin” -- user binaries
●   “/etc” stores the config files      “windows/system32” stores the
                                         config files
●   “/tmp” stores the temporary files    “%temp%” stores temporary files
●   “SWAP –memory overcommit            “ Virutal Memory”
     upto 4 GB --> 2XRAM                1.5 Of RAM
     6 GB --> 1X RAM
     8 GB --> .5X RAM
?
EXERCISE
●   What is GPL /GNU Licensing ?
●   What are differences b/w linux and unix
●   Study Linux Distro family
●   Study ext3 , ext4 and other linux filesystem
●   References --
    ●   http://en.wikipedia.org
    ●   http://www.nrcfoss.au-kbc.org.in
    ●   http://www.distrowatch.com
    ●   http://encyclopedia.thefreedictionary.com
    ●   RHCE Red Hat Certified Engineer Linux Study
        Guide by Michael Jang

More Related Content

PDF
Introduction to linux
Vikash Agrawal
 
PDF
Introduction to linux
Kevin OBrien
 
PDF
What is Linux, Ubuntu and Open Source?
Jose Kont
 
PDF
MOE Ubuntu Desktop training
Khairul Aizat Kamarudzzaman
 
PPSX
Ubuntu - The History
pramoddps
 
ODP
Linux Workshop , Day 3
Quotient Technology Inc.
 
ODP
Intro to linux
Vivek Kurmi
 
PDF
Hillel kobrovski Linux security overview for ciso
Hillel Kobrovski
 
Introduction to linux
Vikash Agrawal
 
Introduction to linux
Kevin OBrien
 
What is Linux, Ubuntu and Open Source?
Jose Kont
 
MOE Ubuntu Desktop training
Khairul Aizat Kamarudzzaman
 
Ubuntu - The History
pramoddps
 
Linux Workshop , Day 3
Quotient Technology Inc.
 
Intro to linux
Vivek Kurmi
 
Hillel kobrovski Linux security overview for ciso
Hillel Kobrovski
 

What's hot (20)

PPT
Introduction to Linux
selvin sam
 
PDF
Installing Software, Part 3: Command Line
Kevin OBrien
 
PPT
History of Linux
Gray-chan Desu
 
ODP
Introduction to linux
plarsen67
 
PDF
Installing Software, Part 1 - Repositories
Kevin OBrien
 
PPT
Ubuntu
home
 
PDF
Introduction to Gnu/Linux
Ranjith Siji
 
PPTX
Introduction to linux ppt
Omi Vichare
 
PPTX
A general Overview of linux !!
jainema23
 
PPTX
Introduction to linux
Stephen Ahiante
 
PPTX
Linux operating system - Overview
Ashita Agrawal
 
ODP
Introduction to Linux OS
Mohammed Safwat
 
PDF
Linux OS presentation
SahilGothoskar
 
KEY
Metasploit @ 2010 Utah Open Source Conference
Jason Wood
 
ODP
Fos sintro pres-dav
Parin Sharma
 
PPTX
Linux Presentation
aliabintouq
 
ODP
GNU/LINUX - Day 1
Quotient Technology Inc.
 
PPTX
Linux basics
suniljosekerala
 
PPTX
Linux basics
suniljosekerala
 
Introduction to Linux
selvin sam
 
Installing Software, Part 3: Command Line
Kevin OBrien
 
History of Linux
Gray-chan Desu
 
Introduction to linux
plarsen67
 
Installing Software, Part 1 - Repositories
Kevin OBrien
 
Ubuntu
home
 
Introduction to Gnu/Linux
Ranjith Siji
 
Introduction to linux ppt
Omi Vichare
 
A general Overview of linux !!
jainema23
 
Introduction to linux
Stephen Ahiante
 
Linux operating system - Overview
Ashita Agrawal
 
Introduction to Linux OS
Mohammed Safwat
 
Linux OS presentation
SahilGothoskar
 
Metasploit @ 2010 Utah Open Source Conference
Jason Wood
 
Fos sintro pres-dav
Parin Sharma
 
Linux Presentation
aliabintouq
 
GNU/LINUX - Day 1
Quotient Technology Inc.
 
Linux basics
suniljosekerala
 
Linux basics
suniljosekerala
 
Ad

Viewers also liked (18)

PPTX
Open source mobile Operating Systems
Deeptiman Mallick
 
PDF
Was, SSH kann auch das?
Martin Leyrer
 
PPT
Information system
Sean Chia
 
PPT
OSOS SEM 4 Chapter 2 part 1
Syahriha Ruslan
 
PPTX
Business Law Chater 6
Roland Cyr
 
PPT
Open Source Operating System [Chapter 1]
Zulhilmi Shaffe
 
PPT
Bootcamp linux commands
NexThoughts Technologies
 
PPTX
Cyber crimes and its security
Ashwini Awatare
 
PDF
Open Source Operating System for Education (instructor)
Anuchit Chalothorn
 
PPT
Linux a free and open source operating system
banwait
 
PPTX
Soalan bab 6
Aten Kecik
 
PPT
Open source operating systems
Tushar B Kute
 
PPTX
Linux commands
Mannu Khani
 
PPT
Basic command ppt
Rohit Kumar
 
PPT
Linux command ppt
kalyanineve
 
PPTX
OPEN SOURCE SEMINAR PRESENTATION
Ritwick Halder
 
PPTX
Linux.ppt
onu9
 
PPTX
Unit 3 Cyber Crimes and Torts 8 hr
Tushar Rajput
 
Open source mobile Operating Systems
Deeptiman Mallick
 
Was, SSH kann auch das?
Martin Leyrer
 
Information system
Sean Chia
 
OSOS SEM 4 Chapter 2 part 1
Syahriha Ruslan
 
Business Law Chater 6
Roland Cyr
 
Open Source Operating System [Chapter 1]
Zulhilmi Shaffe
 
Bootcamp linux commands
NexThoughts Technologies
 
Cyber crimes and its security
Ashwini Awatare
 
Open Source Operating System for Education (instructor)
Anuchit Chalothorn
 
Linux a free and open source operating system
banwait
 
Soalan bab 6
Aten Kecik
 
Open source operating systems
Tushar B Kute
 
Linux commands
Mannu Khani
 
Basic command ppt
Rohit Kumar
 
Linux command ppt
kalyanineve
 
OPEN SOURCE SEMINAR PRESENTATION
Ritwick Halder
 
Linux.ppt
onu9
 
Unit 3 Cyber Crimes and Torts 8 hr
Tushar Rajput
 
Ad

Similar to Before begining linux (20)

PPT
Intro to linux
Ravi Prakash Giri
 
PPTX
Programming and problem solving 3
sushruth kamarushi
 
PPTX
Linux
Nikhil Dhiman
 
PDF
Linux Introduction
Libsoul Technologies Pvt. Ltd.
 
PDF
Linux introduction (eng)
Anatoliy Okhotnikov
 
DOCX
Linux technology
Prakash Poudel
 
PPTX
Introduction to Linux basic
f114n
 
PPTX
unit-1key fetures of linux of destubtions.pptx
jadavDinesh3
 
PPT
Presentation1 linux os(2)
Emerose Dela Torre
 
PPT
Presentation1 linux os
joycoronado
 
PPT
Presentation1 linux os
ruzzelarpon
 
PPT
Presentation1 linux os
alvarez khay-r m.
 
PPTX
Linux ppt
lincy21
 
PDF
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
EidTahir
 
PPT
Linux basics
Santosh Khadsare
 
PPT
Chapter 8 - nsa Introduction to Linux.ppt
gadisaAdamu
 
PPTX
introduction to Linux operating system .pptx
AnuradhaJadiya1
 
PPTX
Overview_Linux ppt
MU
 
PPT
Linux [2005]
Raul Soto
 
PPTX
Cha-2- Software Maintenance Part-2.gghgpptx
merir143
 
Intro to linux
Ravi Prakash Giri
 
Programming and problem solving 3
sushruth kamarushi
 
Linux Introduction
Libsoul Technologies Pvt. Ltd.
 
Linux introduction (eng)
Anatoliy Okhotnikov
 
Linux technology
Prakash Poudel
 
Introduction to Linux basic
f114n
 
unit-1key fetures of linux of destubtions.pptx
jadavDinesh3
 
Presentation1 linux os(2)
Emerose Dela Torre
 
Presentation1 linux os
joycoronado
 
Presentation1 linux os
ruzzelarpon
 
Presentation1 linux os
alvarez khay-r m.
 
Linux ppt
lincy21
 
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
EidTahir
 
Linux basics
Santosh Khadsare
 
Chapter 8 - nsa Introduction to Linux.ppt
gadisaAdamu
 
introduction to Linux operating system .pptx
AnuradhaJadiya1
 
Overview_Linux ppt
MU
 
Linux [2005]
Raul Soto
 
Cha-2- Software Maintenance Part-2.gghgpptx
merir143
 

More from Shiwang Kalkhanda (7)

PDF
Vi Editor
Shiwang Kalkhanda
 
PDF
Why linux is better than windows
Shiwang Kalkhanda
 
PDF
Intro to operating_system
Shiwang Kalkhanda
 
PDF
Intro to libre_office
Shiwang Kalkhanda
 
PDF
Intro to open_source
Shiwang Kalkhanda
 
PDF
History of linux
Shiwang Kalkhanda
 
PDF
Cryptoparty Handbook
Shiwang Kalkhanda
 
Why linux is better than windows
Shiwang Kalkhanda
 
Intro to operating_system
Shiwang Kalkhanda
 
Intro to libre_office
Shiwang Kalkhanda
 
Intro to open_source
Shiwang Kalkhanda
 
History of linux
Shiwang Kalkhanda
 
Cryptoparty Handbook
Shiwang Kalkhanda
 

Recently uploaded (20)

PDF
Shape Language for Character Design by Adhec Saputra
Adhec Saputra
 
PPTX
3. Introduction to Materials and springs.pptx
YESIMSMART
 
PPTX
Landscape assignment for landscape architecture
aditikoshley2
 
PDF
Interior design technology LECTURE 28.pdf
SasidharReddyPlannin
 
PDF
Portfolio Arch Estsabel Chourio - Interiorism,
arqeech
 
PDF
Find Your Target Audience A 6-Step Framework to Grow Your Business.pdf
Zinavo Pvt Ltd
 
PPTX
History of interior design- european and american styles.pptx
MINAKSHI SINGH
 
PPTX
Design & Thinking for Engineering graduates
NEELAMRAWAT48
 
PPTX
Style and aesthetic about fashion lifestyle
Khushi Bera
 
PPTX
DISS-Group-5_110345.pptx Basic Concepts of the major social science
mattygido
 
PDF
Fashion project1 kebaya reimagined slideshow
reysultane
 
PDF
PowerPoint Presentation -- Jennifer Kyte -- 9786400311489 -- ade9381d14f65b06...
Adeel452922
 
PDF
neurons-1hhdbbbsjndjnnbbdjndnnndj30501.pdf
Rahul954607
 
PPTX
Blended Wing Body y jet engines Aircrafts.pptx
anshul9051
 
PDF
Top 10 UI/UX Design Agencies in Dubai Shaping Digital Experiences
Tenet UI UX
 
PPTX
Annual Report Design Solutions for Modern Businesses.pptx
alisharoyhere
 
PDF
MARIJA CVITKOVAC - GRAPHIC DESIGN PORTFOLIO 2025
marijacvdesign
 
PDF
Zidane ben hmida _ Portfolio
Zidane Ben Hmida
 
PPTX
United Nation - CoUnited Nation - CoUnited Nation - Copy (2).pptx
mangalindanjerremyjh
 
PPTX
MALURI KISHORE-.pptxdsrhbcdsfvvghhhggggfff
sakthick46
 
Shape Language for Character Design by Adhec Saputra
Adhec Saputra
 
3. Introduction to Materials and springs.pptx
YESIMSMART
 
Landscape assignment for landscape architecture
aditikoshley2
 
Interior design technology LECTURE 28.pdf
SasidharReddyPlannin
 
Portfolio Arch Estsabel Chourio - Interiorism,
arqeech
 
Find Your Target Audience A 6-Step Framework to Grow Your Business.pdf
Zinavo Pvt Ltd
 
History of interior design- european and american styles.pptx
MINAKSHI SINGH
 
Design & Thinking for Engineering graduates
NEELAMRAWAT48
 
Style and aesthetic about fashion lifestyle
Khushi Bera
 
DISS-Group-5_110345.pptx Basic Concepts of the major social science
mattygido
 
Fashion project1 kebaya reimagined slideshow
reysultane
 
PowerPoint Presentation -- Jennifer Kyte -- 9786400311489 -- ade9381d14f65b06...
Adeel452922
 
neurons-1hhdbbbsjndjnnbbdjndnnndj30501.pdf
Rahul954607
 
Blended Wing Body y jet engines Aircrafts.pptx
anshul9051
 
Top 10 UI/UX Design Agencies in Dubai Shaping Digital Experiences
Tenet UI UX
 
Annual Report Design Solutions for Modern Businesses.pptx
alisharoyhere
 
MARIJA CVITKOVAC - GRAPHIC DESIGN PORTFOLIO 2025
marijacvdesign
 
Zidane ben hmida _ Portfolio
Zidane Ben Hmida
 
United Nation - CoUnited Nation - CoUnited Nation - Copy (2).pptx
mangalindanjerremyjh
 
MALURI KISHORE-.pptxdsrhbcdsfvvghhhggggfff
sakthick46
 

Before begining linux

  • 1. UNIT 1 ● Introduction to operating sytem , kernel and shell ● FLOSS/FOSS ● Linux features & Different Distros ● Linux v/s Windows
  • 2. OPERATING SYSTEM ● To do anything useful with a computer, we need to run software, or programs, on the hardware. Two types of software exists -- ● APPLICATION SOFTWARE -- for each different application we need different application program like for word- processing we need the MS-Word etc. ● SYSTEM SOFTWARE – is a program or collection of programs that acts as an intermediary between a user of a computer and the computer hardware. It makes the hardware and software work together and different hardware to communicate with each other . Different types of OS -- ● Windows , Unix , Linux , Sun Solaris , Multics ,MacOS etc
  • 3. ABSTRACT VIEW OF OF COMPUTER SYSTEM
  • 4. Kernel and Shell ● Operating system can be further subdivided into 2 parts. While the system is operational a program is constantly running known as KERNEL. It forms the core of any operating system ● The other part of operating system is shell which is the interface between user and system itself. It allows the user to instruct the machine and to run programs. A shell communicates with the kernel, but keeps the user at arm’s length from it. A shell only active when somebody is using the system while kernel is always active. Todays different type of shell exists depending on the ideas of different developers who created them . ● Sh --Bourne shell (first shell named after its creator) bash – Bourne again shell
  • 5. Ksh (korn shell) ● Csh ( c shell) ● Zsh and tcsh (pronounced – teesh) HARDWARE KERNEL SHELL
  • 6. FLOSS – FREE/LIBRE OPEN SOURCE SOFTWARE ● OPEN SOURCE : software and source code available to all ● The freedom to distribute software and source code ● The ability to modify and create derived works ● Integrity of author's code ● GNU : In 1984, Richard M. Stallman started the GNU project (www.gnu.org), recursively named by the phrase GNU is Not UNIX.The GNU project aimed at creating a UNIX-like open source operating system free from regulations preventing it from being modified and redistributed.GNU worked on GNU Hurd OS and also build several open source compilers and libraries but Its aim of Open source Operating system was achieved in 1991 with the birth of LINUX KERNEL ● LINUX :Linus Torvalds , a student at the University of Helsinki, created the first version of “Linux” in August 1991. Released as an open-source software under the Free Software Foundation's GNU General Public License (GPL)
  • 7. A company can charge money for products that include Linux, as long as the source code is made available. The GPL allows people to distribute (and charge for) their own versions of free software. ● According to the Free Software Foundation, the "free" in free software refers to freedom or liberty, not price. ● Linux refers to the “ kernel or core ” of the operating system. Combining Linux with a set of open-source GNU programs from the Free Software Foundation turns it into what most people know as Linux ”forming both the full operating system and the core of most Linux distributions”. ● Linux Distributions are built on the versions of Linux kernel, GNU programs, and other tools that are offered by different companies, organizations, or individuals. There are over 600 Distro available today. (www.distrowatch.com) Categorise as the commercial-backed distro like – Fedora(Redhat) ,openSUSE(novell),Ubuntu(Canonical Ltd)
  • 8. And entirely community-driven distributions, such as Debian , Centos and Gentoo. ● While different Linux systems will add different logos, choose some different soft-ware components to include, and have different ways of installing and configuring, one can easily move from one distro to another because -- ● include the same open source projects , like apache , samba or mail servers etc ● Linux Standard Base Specification (www.linuxbase.com) has as one of its primary goals to ensure that applications written for one Linux system will work on other systems. ● A shell is a shell on all the different distros. TUX IS LINUX OFFICIAL MASCOT->
  • 9. LINUX FEATURES ● It's free ● It's Open Source ● It's Modular --Commercial Operating Systems normally get installed as a complete unit. One cannot, for example, install them without their Graphical User Interface, or without its printing support -- install everything or nothing ● It’s got More Choices – Kde, GNOME ,lxde,xfce ● It's portable – we can run on atmiga , arm arch , embedded systems, Machintosh, Sun Sparc, HP, Silicon Graphics , Motorola etc. ● Its comes loaded with softwares like web , ftp , samba and office suite etc on the distro CD. ● Its stable -- Linux is rock-solid. Every application runs independently of all others – if one crashes, it crashes alone
  • 10. Multiple OS’ s on a PC -- Linux can read Windows' files - it supports the FAT and FAT32 file system’s, and NTFS. The opposite, however, is not possible. ● Linux is Multi User -- several users can log-on simultaneously. This means you can share the same program installation among various users. ● Linux is Multi Vendo -- means that by choosing Linux, you choose to depend on a set of (more than 600) Linux distributors in the world, plus the open source community. Not dependent on a unique vendor. It is also safer, prices-if any are driven by the market, not by monopoly.
  • 11. Red Hat Distributions ● Red Hat Enterprise Linux--- ● Stable, thoroughly tested software ● Professional support services with 24x7 coverage plans. ● Centralized management tools for large networks ● Version available started from 2.1, 3.0, 4.0, 5.0 now 6.0 ● Support many processor architectures – Intel x86 compatible, Intel Titanium 2, AMD64, IBM PowerPC ● The Fedora Project--- ● More, newer applications ● Community supported (no official Red Hat support) ● For personal systems
  • 12. LINUX VS WINDOWS ● Open source Closed Source ● Can modify & Redistribute Cant modify & Redistribute ● Covers the 70 % share of Covers the 23% share webservers webservers ● 91 % of supercomputer run 1% of supercompter share run on linux (top 14 runs linux only) windows ● Filesystem – ext2,ext3,ext4 Filesystem - NTFS, FAT, ISO 9660 reiserfs ,FAT, NTFS, NFS, UDF UDF ,HFS ISO 9660 , JFS,XFS ● Linux installers will automatically Windows installers will overwrite the detect and set up other operating MBR , thus rendering non-Windows systems for dual/multiple boot partition unusable with Linux ● Linux Kernel is modular , drivers Windows Kernel is Monolithic and all are loaded dynamically whenever drivers are loaded at boot time thus required thus, reducing boot time boot time is more
  • 13. Linux doesnt require defrag- Windows partition require mentation. Defragmentation. ● Linux application are installed Windows rely on windows installer with package manager such as to install third party applications. apt or yum etc which ensure all dependencies are met. ● As of 2006 more than 800 pieces As of 2009 more than 2 million of malware had been detected malware have been detected for windows ● Linux stores configuration in plain Windows Database of configuration text file is Registry ● “/” is the head of system file “c:” is generally where we get storage system files ● “/home” stores the user files and “Document & Settings” stores the /root stores the admin files user files and admin files also ● “/bin” stores the normal binaries “Program files” stores the binaries “/sbin” --system binaries “/usr/bin” -- user binaries
  • 14. “/etc” stores the config files “windows/system32” stores the config files ● “/tmp” stores the temporary files “%temp%” stores temporary files ● “SWAP –memory overcommit “ Virutal Memory” upto 4 GB --> 2XRAM 1.5 Of RAM 6 GB --> 1X RAM 8 GB --> .5X RAM
  • 15. ?
  • 16. EXERCISE ● What is GPL /GNU Licensing ? ● What are differences b/w linux and unix ● Study Linux Distro family ● Study ext3 , ext4 and other linux filesystem
  • 17. References -- ● http://en.wikipedia.org ● http://www.nrcfoss.au-kbc.org.in ● http://www.distrowatch.com ● http://encyclopedia.thefreedictionary.com ● RHCE Red Hat Certified Engineer Linux Study Guide by Michael Jang