Welcome to Linux
Community
What is Linux?
A free Unix-type operating system developed
under the GNU General Public License.
      ●
          Open source

      ●
          Popular

      ●
          Support most of the platforms available
Open Source Software

●
    When programmers on the Internet can read,

    redistribute, and modify the source for a piece

    of software, it evolves

●
    People improve it, people adapt it, people fix

    bugs. And this can happen at a speed that,

    compared to conventional software

    development, seems astonishing
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 as the source code is included and licenced
on the same terms as the original you received (the GPL),

sell support for the software, without any limitations.
➢
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.
Beginning of revolution
In 1987, Tanenbaum wrote a clone
of UNIX, called MINIX (MIni-uNIX),
for the IBM PC. It was targeted at
students and others who wanted to
learn how an operating system
worked.
                                     Andrew S. Tanenbaum
Linux getting in shape...
What are the benefits of Linux?

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).
I need warranty and security. With
commercial software, I can sue if things
go wrong.

Things go wrong on many MS Windows NT machines every day,
and there are no damages awarded by courts. Read your MS
Windows license agreement to find out that there is no guarantee
whatsoever that ANYTHING will work. Trying to sue would be a
waste of your money.
Is Linux difficult ?


This may be true. But the real question is: do
you really want to learn it?
Rule Number 1
●
    Do not login as root unless you have to
●
    root is the system superuser (the “main” of Linux but
    more “dangerous”)
     –
         Normal protection mechanisms can be overridden
     –
         Careless use can cause damage
     –
         Has access to everything by default
●
    root is the only user defined when you install
     –
         First thing is to change root’s password
     –
         The second job is to define “normal” users for everyday
         use
Creating a new user
●
    Use the useradd command
●
    Use the passwd command to set password
●
    Try it… logon as root
    [root@penguinvm]# useradd scully
    [root@penguinvm]# passwd scully
    Changing password for user scully
    New UNIX password:
    Retype new UNIX password:
    passwd: all authentication tokens updated
    successfully
    [root@penguinvm]#
Using the new user

●
    Now logoff using the exit command
●
    login as the new user

Linux 2.2.13 (penguinvm.princeton.edu) (ttyp2)


penguinvm login: scully
Password:
[scully@penguinvm scully]$
Linux File System Basics
                         Directories                root




           User home
           directories




                                       Data files
Linux Distros
●
    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

●
    Distros:
        ●
            Red Hat Fedora, Debain, SuSe,Ubuntu,
            Gentoo
Linux
Th ank you




  Microsoft's production of proprietary software
is bad for software users because it denies users
             "their rightful freedom."

More Related Content

PPSX
Ubuntu - The History
ODP
Linux distro and its features by adam
PDF
Intro to operating_system
PPT
Ubuntu
PPT
How ubuntu works???
PPT
BITS: Introduction to linux, distributions and installation
PDF
Présentation ubuntu 12.10 PDF
PDF
Gnu/Linux Introduction
Ubuntu - The History
Linux distro and its features by adam
Intro to operating_system
Ubuntu
How ubuntu works???
BITS: Introduction to linux, distributions and installation
Présentation ubuntu 12.10 PDF
Gnu/Linux Introduction

What's hot (20)

PDF
Before begining linux
PDF
Linux Introduction
PPT
History of Linux
PPT
Introduction to Linux_by_Amit & Jiban
ODP
Introduction to Linux OS
PDF
History of linux
PPTX
Linux basics
PPT
Linux Vs Unix
PDF
Intro to open_source
ODP
What is Ubuntu - presentation
PPTX
Windows vs linux
PPTX
Introduction to linux
PPS
Linux
ODP
Linux Workshop , Day 3
PPTX
Operating Systems: A History of Linux
PPT
Ubuntu-Overview
ODP
UALUG SFD Pesentation
PPT
Introduction to Ubantu
PPTX
Windows vs linux prsentsn
PPTX
Linux Operating System (Presented in ICS Course at United International Unive...
Before begining linux
Linux Introduction
History of Linux
Introduction to Linux_by_Amit & Jiban
Introduction to Linux OS
History of linux
Linux basics
Linux Vs Unix
Intro to open_source
What is Ubuntu - presentation
Windows vs linux
Introduction to linux
Linux
Linux Workshop , Day 3
Operating Systems: A History of Linux
Ubuntu-Overview
UALUG SFD Pesentation
Introduction to Ubantu
Windows vs linux prsentsn
Linux Operating System (Presented in ICS Course at United International Unive...
Ad

Similar to Linux (20)

PPTX
Linux and its fundamentals
PPTX
linux _________________________v1.2.pptx
PDF
Hillel kobrovski Linux security overview for ciso
PPTX
Introduction to linux ppt
PPTX
Unit 2 History of Linux and other details for begginers
PPTX
Linux opearting system ppt
PDF
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
PDF
Linux basics
PPTX
Linux
PPTX
Linux ppt
PDF
1.1.1.Introduction.pdf
ODP
Introduction to FOSS
PPT
Difference between Unix & Linux Presentation.ppt
PPTX
Introduction to Linux basic
PDF
Module 1 introduction to Linux
DOCX
Linux Introduction
PPTX
Linux v/s Windows
PDF
Module 01 Introduction to Linux
Linux and its fundamentals
linux _________________________v1.2.pptx
Hillel kobrovski Linux security overview for ciso
Introduction to linux ppt
Unit 2 History of Linux and other details for begginers
Linux opearting system ppt
introductiontolinuxpptbatch2-141025005514-conversion-gate01 (1).pdf
Linux basics
Linux
Linux ppt
1.1.1.Introduction.pdf
Introduction to FOSS
Difference between Unix & Linux Presentation.ppt
Introduction to Linux basic
Module 1 introduction to Linux
Linux Introduction
Linux v/s Windows
Module 01 Introduction to Linux
Ad

Linux

  • 2. What is Linux? A free Unix-type operating system developed under the GNU General Public License. ● Open source ● Popular ● Support most of the platforms available
  • 3. Open Source Software ● When programmers on the Internet can read, redistribute, and modify the source for a piece of software, it evolves ● People improve it, people adapt it, people fix bugs. And this can happen at a speed that, compared to conventional software development, seems astonishing
  • 4. 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 as the source code is included and licenced on the same terms as the original you received (the GPL), sell support for the software, without any limitations. ➢
  • 5. 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.
  • 7. In 1987, Tanenbaum wrote a clone of UNIX, called MINIX (MIni-uNIX), for the IBM PC. It was targeted at students and others who wanted to learn how an operating system worked. Andrew S. Tanenbaum
  • 8. Linux getting in shape...
  • 9. What are the benefits of Linux? 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).
  • 10. I need warranty and security. With commercial software, I can sue if things go wrong. Things go wrong on many MS Windows NT machines every day, and there are no damages awarded by courts. Read your MS Windows license agreement to find out that there is no guarantee whatsoever that ANYTHING will work. Trying to sue would be a waste of your money.
  • 11. Is Linux difficult ? This may be true. But the real question is: do you really want to learn it?
  • 12. Rule Number 1 ● Do not login as root unless you have to ● root is the system superuser (the “main” of Linux but more “dangerous”) – Normal protection mechanisms can be overridden – Careless use can cause damage – Has access to everything by default ● root is the only user defined when you install – First thing is to change root’s password – The second job is to define “normal” users for everyday use
  • 13. Creating a new user ● Use the useradd command ● Use the passwd command to set password ● Try it… logon as root [root@penguinvm]# useradd scully [root@penguinvm]# passwd scully Changing password for user scully New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully [root@penguinvm]#
  • 14. Using the new user ● Now logoff using the exit command ● login as the new user Linux 2.2.13 (penguinvm.princeton.edu) (ttyp2) penguinvm login: scully Password: [scully@penguinvm scully]$
  • 15. Linux File System Basics Directories root User home directories Data files
  • 16. Linux Distros ● 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 ● Distros: ● Red Hat Fedora, Debain, SuSe,Ubuntu, Gentoo
  • 18. Th ank you Microsoft's production of proprietary software is bad for software users because it denies users "their rightful freedom."