SlideShare une entreprise Scribd logo
1  sur  17
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

Introduction to Linux
Introduction to LinuxIntroduction to Linux
Introduction to Linuxselvin sam
 
Installing Software, Part 3: Command Line
Installing Software, Part 3: Command LineInstalling Software, Part 3: Command Line
Installing Software, Part 3: Command LineKevin OBrien
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linuxplarsen67
 
Installing Software, Part 1 - Repositories
Installing Software, Part 1 - RepositoriesInstalling Software, Part 1 - Repositories
Installing Software, Part 1 - RepositoriesKevin OBrien
 
Ubuntu
UbuntuUbuntu
Ubuntuhome
 
Introduction to Gnu/Linux
Introduction to Gnu/LinuxIntroduction to Gnu/Linux
Introduction to Gnu/LinuxRanjith Siji
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux pptOmi Vichare
 
A general Overview of linux !!
A general Overview of linux !!A general Overview of linux !!
A general Overview of linux !!jainema23
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - OverviewAshita Agrawal
 
Introduction to Linux OS
Introduction to Linux OSIntroduction to Linux OS
Introduction to Linux OSMohammed Safwat
 
Metasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source ConferenceMetasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source ConferenceJason Wood
 
Fos sintro pres-dav
Fos sintro pres-davFos sintro pres-dav
Fos sintro pres-davParin Sharma
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentationaliabintouq
 

Tendances (20)

Introduction to Linux
Introduction to LinuxIntroduction to Linux
Introduction to Linux
 
Installing Software, Part 3: Command Line
Installing Software, Part 3: Command LineInstalling Software, Part 3: Command Line
Installing Software, Part 3: Command Line
 
History of Linux
History of LinuxHistory of Linux
History of Linux
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Installing Software, Part 1 - Repositories
Installing Software, Part 1 - RepositoriesInstalling Software, Part 1 - Repositories
Installing Software, Part 1 - Repositories
 
Ubuntu
UbuntuUbuntu
Ubuntu
 
Linux
LinuxLinux
Linux
 
Introduction to Gnu/Linux
Introduction to Gnu/LinuxIntroduction to Gnu/Linux
Introduction to Gnu/Linux
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
A general Overview of linux !!
A general Overview of linux !!A general Overview of linux !!
A general Overview of linux !!
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
Introduction to Linux OS
Introduction to Linux OSIntroduction to Linux OS
Introduction to Linux OS
 
Linux OS presentation
Linux OS presentationLinux OS presentation
Linux OS presentation
 
Metasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source ConferenceMetasploit @ 2010 Utah Open Source Conference
Metasploit @ 2010 Utah Open Source Conference
 
Fos sintro pres-dav
Fos sintro pres-davFos sintro pres-dav
Fos sintro pres-dav
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
GNU/LINUX - Day 1
GNU/LINUX - Day 1GNU/LINUX - Day 1
GNU/LINUX - Day 1
 
Linux basics
Linux basics Linux basics
Linux basics
 
Linux basics
Linux basics Linux basics
Linux basics
 

En vedette

Open source mobile Operating Systems
Open source mobile Operating SystemsOpen source mobile Operating Systems
Open source mobile Operating SystemsDeeptiman Mallick
 
Was, SSH kann auch das?
Was, SSH kann auch das? Was, SSH kann auch das?
Was, SSH kann auch das? Martin Leyrer
 
Information system
Information systemInformation system
Information systemSean Chia
 
OSOS SEM 4 Chapter 2 part 1
OSOS SEM 4 Chapter 2 part 1OSOS SEM 4 Chapter 2 part 1
OSOS SEM 4 Chapter 2 part 1Syahriha Ruslan
 
Business Law Chater 6
Business Law Chater 6Business Law Chater 6
Business Law Chater 6Roland Cyr
 
Open Source Operating System [Chapter 1]
Open Source Operating System [Chapter 1]Open Source Operating System [Chapter 1]
Open Source Operating System [Chapter 1]Zulhilmi Shaffe
 
Cyber crimes and its security
Cyber crimes and its securityCyber crimes and its security
Cyber crimes and its securityAshwini Awatare
 
Open Source Operating System for Education (instructor)
Open Source Operating System for Education (instructor)Open Source Operating System for Education (instructor)
Open Source Operating System for Education (instructor)Anuchit Chalothorn
 
Linux a free and open source operating system
Linux a free and open source operating systemLinux a free and open source operating system
Linux a free and open source operating systembanwait
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systemsTushar B Kute
 
Basic command ppt
Basic command pptBasic command ppt
Basic command pptRohit Kumar
 
Linux command ppt
Linux command pptLinux command ppt
Linux command pptkalyanineve
 
OPEN SOURCE SEMINAR PRESENTATION
OPEN SOURCE SEMINAR PRESENTATIONOPEN SOURCE SEMINAR PRESENTATION
OPEN SOURCE SEMINAR PRESENTATIONRitwick Halder
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt onu9
 
Unit 3 Cyber Crimes and Torts 8 hr
Unit 3 Cyber Crimes and Torts 8 hrUnit 3 Cyber Crimes and Torts 8 hr
Unit 3 Cyber Crimes and Torts 8 hrTushar Rajput
 

En vedette (18)

Open source mobile Operating Systems
Open source mobile Operating SystemsOpen source mobile Operating Systems
Open source mobile Operating Systems
 
Was, SSH kann auch das?
Was, SSH kann auch das? Was, SSH kann auch das?
Was, SSH kann auch das?
 
Information system
Information systemInformation system
Information system
 
OSOS SEM 4 Chapter 2 part 1
OSOS SEM 4 Chapter 2 part 1OSOS SEM 4 Chapter 2 part 1
OSOS SEM 4 Chapter 2 part 1
 
Business Law Chater 6
Business Law Chater 6Business Law Chater 6
Business Law Chater 6
 
Open Source Operating System [Chapter 1]
Open Source Operating System [Chapter 1]Open Source Operating System [Chapter 1]
Open Source Operating System [Chapter 1]
 
Bootcamp linux commands
Bootcamp linux commandsBootcamp linux commands
Bootcamp linux commands
 
Cyber crimes and its security
Cyber crimes and its securityCyber crimes and its security
Cyber crimes and its security
 
Open Source Operating System for Education (instructor)
Open Source Operating System for Education (instructor)Open Source Operating System for Education (instructor)
Open Source Operating System for Education (instructor)
 
Linux a free and open source operating system
Linux a free and open source operating systemLinux a free and open source operating system
Linux a free and open source operating system
 
Soalan bab 6
Soalan bab 6Soalan bab 6
Soalan bab 6
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systems
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
 
Linux command ppt
Linux command pptLinux command ppt
Linux command ppt
 
OPEN SOURCE SEMINAR PRESENTATION
OPEN SOURCE SEMINAR PRESENTATIONOPEN SOURCE SEMINAR PRESENTATION
OPEN SOURCE SEMINAR PRESENTATION
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Unit 3 Cyber Crimes and Torts 8 hr
Unit 3 Cyber Crimes and Torts 8 hrUnit 3 Cyber Crimes and Torts 8 hr
Unit 3 Cyber Crimes and Torts 8 hr
 

Similaire à Before begining linux (20)

Introduction to Linux
Introduction to LinuxIntroduction to Linux
Introduction to Linux
 
Linux forensics
Linux forensicsLinux forensics
Linux forensics
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Linux Systems: Getting started with setting up an Embedded platform
Linux Systems: Getting started with setting up an Embedded platformLinux Systems: Getting started with setting up an Embedded platform
Linux Systems: Getting started with setting up an Embedded platform
 
Linux systems - Linux Commands and Shell Scripting
Linux systems - Linux Commands and Shell ScriptingLinux systems - Linux Commands and Shell Scripting
Linux systems - Linux Commands and Shell Scripting
 
Linux
LinuxLinux
Linux
 
Linux
Linux Linux
Linux
 
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdfintroductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
 
Linux
LinuxLinux
Linux
 
Linux Introduction
Linux IntroductionLinux Introduction
Linux Introduction
 
3CS LSP UNIT 1-1.pdf
3CS LSP UNIT 1-1.pdf3CS LSP UNIT 1-1.pdf
3CS LSP UNIT 1-1.pdf
 
Linux introduction (eng)
Linux introduction (eng)Linux introduction (eng)
Linux introduction (eng)
 
Linux technology
Linux technologyLinux technology
Linux technology
 
Linuxppt.pptx
Linuxppt.pptxLinuxppt.pptx
Linuxppt.pptx
 
what is LINUX ? presentation.
what is LINUX ? presentation.what is LINUX ? presentation.
what is LINUX ? presentation.
 
Linux Internals - Part I
Linux Internals - Part ILinux Internals - Part I
Linux Internals - Part I
 
Linux programming lecture_notes
Linux programming lecture_notesLinux programming lecture_notes
Linux programming lecture_notes
 
Linux systems - Getting started with setting up and embedded platform
Linux systems - Getting started with setting up and embedded platformLinux systems - Getting started with setting up and embedded platform
Linux systems - Getting started with setting up and embedded platform
 
UNIT I LINUX.docx
UNIT I LINUX.docxUNIT I LINUX.docx
UNIT I LINUX.docx
 
Linux
LinuxLinux
Linux
 

Plus de Shiwang Kalkhanda

Plus de Shiwang Kalkhanda (7)

Vi Editor
Vi EditorVi Editor
Vi Editor
 
Why linux is better than windows
Why linux is better than windowsWhy linux is better than windows
Why linux is better than windows
 
Intro to operating_system
Intro to operating_systemIntro to operating_system
Intro to operating_system
 
Intro to libre_office
Intro to libre_officeIntro to libre_office
Intro to libre_office
 
Intro to open_source
Intro to open_sourceIntro to open_source
Intro to open_source
 
History of linux
History of linuxHistory of linux
History of linux
 
Cryptoparty Handbook
Cryptoparty HandbookCryptoparty Handbook
Cryptoparty Handbook
 

Dernier

10 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 202410 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 2024digital learning point
 
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道yrolcks
 
Interior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioInterior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioRMG Project Studio
 
Niintendo Wii Presentation Template.pptx
Niintendo Wii Presentation Template.pptxNiintendo Wii Presentation Template.pptx
Niintendo Wii Presentation Template.pptxKevinYaelJimnezSanti
 
General Simple Guide About AI in Design By: A.L. Samar Hossam ElDin
General Simple Guide About AI in Design By: A.L. Samar Hossam ElDinGeneral Simple Guide About AI in Design By: A.L. Samar Hossam ElDin
General Simple Guide About AI in Design By: A.L. Samar Hossam ElDinSamar Hossam ElDin Ahmed
 
FW25-26 Knit Cut & Sew Trend Book Peclers Paris
FW25-26 Knit Cut & Sew Trend Book Peclers ParisFW25-26 Knit Cut & Sew Trend Book Peclers Paris
FW25-26 Knit Cut & Sew Trend Book Peclers ParisPeclers Paris
 
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxUnit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxNitish292041
 
The spirit of digital place - game worlds and architectural phenomenology
The spirit of digital place - game worlds and architectural phenomenologyThe spirit of digital place - game worlds and architectural phenomenology
The spirit of digital place - game worlds and architectural phenomenologyChristopher Totten
 
Karim apartment ideas 01 ppppppppppppppp
Karim apartment ideas 01 pppppppppppppppKarim apartment ideas 01 ppppppppppppppp
Karim apartment ideas 01 pppppppppppppppNadaMohammed714321
 
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfsimpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfLucyBonelli
 
world health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbworld health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbpreetirao780
 
Sharif's 9-BOX Monitoring Model for Adaptive Programme Management
Sharif's 9-BOX Monitoring Model for Adaptive Programme ManagementSharif's 9-BOX Monitoring Model for Adaptive Programme Management
Sharif's 9-BOX Monitoring Model for Adaptive Programme ManagementMd. Shariful Hoque
 
Piece by Piece Magazine
Piece by Piece Magazine                      Piece by Piece Magazine
Piece by Piece Magazine CharlottePulte
 
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.pptMaking and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.pptJIT KUMAR GUPTA
 
CAPITAL GATE CASE STUDY -regional case study.pdf
CAPITAL GATE CASE STUDY -regional case study.pdfCAPITAL GATE CASE STUDY -regional case study.pdf
CAPITAL GATE CASE STUDY -regional case study.pdfAlasAlthaher
 
10 must-have Chrome extensions for designers
10 must-have Chrome extensions for designers10 must-have Chrome extensions for designers
10 must-have Chrome extensions for designersPixeldarts
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...Rishabh Aryan
 
NBA power point presentation final copy y
NBA power point presentation final copy yNBA power point presentation final copy y
NBA power point presentation final copy ysrajece
 
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...Associazione Digital Days
 
guest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssguest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssNadaMohammed714321
 

Dernier (20)

10 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 202410 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 2024
 
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
 
Interior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioInterior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project Studio
 
Niintendo Wii Presentation Template.pptx
Niintendo Wii Presentation Template.pptxNiintendo Wii Presentation Template.pptx
Niintendo Wii Presentation Template.pptx
 
General Simple Guide About AI in Design By: A.L. Samar Hossam ElDin
General Simple Guide About AI in Design By: A.L. Samar Hossam ElDinGeneral Simple Guide About AI in Design By: A.L. Samar Hossam ElDin
General Simple Guide About AI in Design By: A.L. Samar Hossam ElDin
 
FW25-26 Knit Cut & Sew Trend Book Peclers Paris
FW25-26 Knit Cut & Sew Trend Book Peclers ParisFW25-26 Knit Cut & Sew Trend Book Peclers Paris
FW25-26 Knit Cut & Sew Trend Book Peclers Paris
 
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxUnit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
 
The spirit of digital place - game worlds and architectural phenomenology
The spirit of digital place - game worlds and architectural phenomenologyThe spirit of digital place - game worlds and architectural phenomenology
The spirit of digital place - game worlds and architectural phenomenology
 
Karim apartment ideas 01 ppppppppppppppp
Karim apartment ideas 01 pppppppppppppppKarim apartment ideas 01 ppppppppppppppp
Karim apartment ideas 01 ppppppppppppppp
 
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfsimpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
 
world health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbworld health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbb
 
Sharif's 9-BOX Monitoring Model for Adaptive Programme Management
Sharif's 9-BOX Monitoring Model for Adaptive Programme ManagementSharif's 9-BOX Monitoring Model for Adaptive Programme Management
Sharif's 9-BOX Monitoring Model for Adaptive Programme Management
 
Piece by Piece Magazine
Piece by Piece Magazine                      Piece by Piece Magazine
Piece by Piece Magazine
 
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.pptMaking and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
 
CAPITAL GATE CASE STUDY -regional case study.pdf
CAPITAL GATE CASE STUDY -regional case study.pdfCAPITAL GATE CASE STUDY -regional case study.pdf
CAPITAL GATE CASE STUDY -regional case study.pdf
 
10 must-have Chrome extensions for designers
10 must-have Chrome extensions for designers10 must-have Chrome extensions for designers
10 must-have Chrome extensions for designers
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
 
NBA power point presentation final copy y
NBA power point presentation final copy yNBA power point presentation final copy y
NBA power point presentation final copy y
 
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
 
guest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssguest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssss
 

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