Course : PGClass : MCA Subject: Operating SystemSub.Code : 3CT11 Staff Name : S.SomasundaramYear & Sem : II nd & III rd.

Slides:



Advertisements
Similar presentations
1. Reasons for logging on as a root •Most people are familiar with Windows systems with regard to administrative privileges. Many user running windows.
Advertisements

Chapter One The Essence of UNIX.
Chapter 2 Accessing Your System and the Common Desktop Environment.
Network+ Guide to Networks, Fourth Edition Chapter 10 Netware-Based Networking.
1 Web Server Administration Chapter 3 Installing the Server.
Guide To UNIX Using Linux Third Edition
Getting Started with Linux: Novell’s Guide to CompTIA’s Linux+ (Course 3060) Section 2 Use the Linux Desktop.
Chapter 2: Exploring the Desktop The Complete Guide to Linux System Administration.
Operating Systems.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Installing Linux Redhat: A how to guide in installing and configuring Redhat 6.2.
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
Unix Presentation. What is an Operating System An operating system (OS) is a program that allows you to interact with the computer -- all of the software.
Linux Shell. 2 Linux Command-Line Interface ■ Linux shells: A shell is a command interpreter that allows you to type commands from the keyboard to interact.
Linux GUI Chapter 5. Graphical User Interface GUI vs. CLI Easier and more intuitive More popular and advanced Needed for graphics, web browsing Linux.
CIS 116SUNY Ulster Chapter L5 – The GUI Karl Wick.
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
POS/420 Introduction to Unix Philip Robbins – March 12, 2013 (Week 1)
Introduction to Unix Administration Objectives –to identify the basic concepts of Unix administration Contents –history of Unix –unix vendors and standards.
Guide to Linux Installation and Administration, 2e1 Chapter 8 Basic Administration Tasks.
CIS 191 – Lesson 2 System Administration. CIS 191 – Lesson 2 System Architecture Component Architecture –The OS provides the simple components from which.
Managing User Accounts. Module 2 – Creating and Managing Users ♦ Overview ► One should log into a Linux system with a valid user name and password granted.
CENT 305 Information Systems Security Linux Introduction.
Working with Ubuntu Linux Track 2 Workshop June 2010 Pago Pago, American Samoa.
Chap 1 ~ Introducing LINUX LINUX is a free-stable multi-user operating system that derives from UNIX operating system Benefits: 1) Linux is released under.
SUSE Linux Enterprise Desktop Administration Chapter 2 Use the Linux Desktop.
Chapter 2: Installation Overview Part 1. Installing Fedora/RHEL is the process of copying operating system files from media to the local system and setting.
Linux+ Guide to Linux Certification Chapter Ten The X Window System.
Guide to Linux Installation and Administration1 Chapter 4 Running a Linux System.
Linux Introduction What is Linux? How do you use it?
UNIX (Linux) Introduction Module-1. OS Kernel In computing, the kernel is the central component of OS. It is a bridge between applications and the actual.
Chapter 10: Rights, User, and Group Administration.
CHAPTER 2. Overview 1. Pre-Installation Tasks 2. Installing and Configuring Linux 3. X Server 4. Post Installation Configuration and Tasks.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux September 2012 Kaplan University 1.
SCSC 455 Computer Security Chapter 3 User Security.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 8 Linux.
LINUX Presented By Parvathy Subramanian. April 23, 2008LINUX, By Parvathy Subramanian2 Agenda ► Introduction ► Standard design for security systems ►
Chapter 1: Introducing Linux The Complete Guide To Linux System Administration.
A Brief Introduction to Linux Cheng-Han Du. History.
Linux and Coldfusion MX Mid-Michigan Coldfusion User’s Group, Nov
Red Hat ® I NTERNET S YS A DMIN Introduction to Linux.
Chap 1 ~ Introducing LINUX LINUX is a free-stable multi-user operating system that derives from UNIX operating system Benefits: 1) Linux is released under.
1 COP 4343 Unix System Administration Unit 1: –Linux OS structure –Distributions –Hardware inventory –Disks and partitions –Installation steps –Boot loader.
CHAP-1 INTRODUCTION TO LINUX 1 Created By: Asst. Prof. Ashish Shah, J.M.Patel College of Commerce.
Feeling Linux yourself Dr. Tran, Van Hoai Faculty of Computer Science and Engineering HCMC Uni. of Technology
System Administration Terminals and the X Window System.
Linux Essentials Chapter 1: Selecting an Operating System.
IT320 Operating System Concepts
CSC227: Operating Systems
Guide to Linux Installation and Administration, 2e
Chapter 1: Introducing Linux
Selected topic in computer science (1)
Welcome to Linux Chap#1 Hanin Abdulrahman.
Chapter 5: Using System Software
Chapter 11: Managing Users
9 Linux on the Desktop.
Lecture 13 RPM and its advantages.
CSE 303 Lecture 1 introduction to Linux/Unix environment
X Windows.
Linux: A Product of the Internet
Chapter 2: The Linux System Part 1
Installing Linux Redhat:
Linux and TCP/IP Networking
Linux Professor Sabol.
Welcome to Linux Chap#1 Hanin Abdulrahman.
Section 1: Linux Basics and SLES9 Installation
Welcome to Linux Chap#1.
Presentation transcript:

Course : PGClass : MCA Subject: Operating SystemSub.Code : 3CT11 Staff Name : S.SomasundaramYear & Sem : II nd & III rd

Red Hat Linux Unit -3 (1)

Unit 3 Contents: Objectives RHEL Variants Open source linux Origins RedHat Distributions Linux Principles Logging into linux system Elements of the X Windows System Starting the X server Changing password The Root User Changing Identities Editing text files

Objectives Upon completion of this unit, you should be able to: Explain the nature of open source software Discuss the origins of Linux List the Red Hat operating system distributions Explain basic Linux principles

What is Open Source? 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 The Free Software Foundation and the Four Freedoms

Linux Origins 1984: The GNU Project and the Free Software Foundation Creates open source version of UNIX utilities Creates the General Public License (GPL) Software license enforcing open source principles 1991: Linus Torvalds Creates open source, UNIX-like kernel, released under the GPL Ports some GNU utilities, solicits assistance online Today: Linux kernel + GNU utilities = complete, open source, UNIX-like operating system Packaged for targeted audiences as distributions

Red Hat Distributions Linux distributions are OSes based on the Linux kernel Red Hat Enterprise Linux Stable, thoroughly tested software Professional support services Centralized management tools for large networks The Fedora Project More, newer applications Community supported (no official Red Hat support) For personal systems

Linux principles Everything is a file (including hardware) Small, single-purpose programs Ability to chain programs together to perform complex tasks Avoid captive user interfaces Configuration data stored in text

Summary Open source and the right to modify The GNU Project and the Free Software Foundation Linus Torvalds and the Linux kernel Red Hat Enterprise Linux and the Fedora Project Basic Linux Principles

Objectives Upon completion of this unit, you should be able to: Log into a Red Hat Enterprise Linux system Start X from a console Access the command line from X Change your password Understand the nature of root privileges Elevate your privileges Edit plain text files

Logging in to a Linux System Two types of login screens: virtual consoles (text-based) and graphical logins (called display managers) Login using login name and password Each user has a home directory for personal file storage

Switching between virtual consoles and the graphical environment A typical Linux system will run six virtual consoles and one graphical console Server systems often have only virtual consoles Desktops and workstations typically have both Switch among virtual consoles by typing: Ctrl-Alt-F[1-6] Access the graphical console by typing Ctrl-Alt-F7

Elements of the X Window System The X Window System is Linux's graphical subsystem Xorg is the particular version of the X Window System used by Red Hat Open source implementation of X Look and behavior largely controlled by the desktop environment Two desktop environments provided by Red Hat: GNOME: the default desktop environment KDE: an alternate desktop environment

Starting the X server On some systems, the X server starts automatically at boot time Otherwise, if systems come up in virtual consoles, users must start the X server manually The X server must be pre-configured by the system administrator Log into a virtual console and run startx The X server appears on Ctrl-Alt-F7

Changing Your Password Passwords control access to the system Change the password the first time you log in Change it regularly thereafter Select a password that is hard to guess To change your password using GNOME, navigate to System- >Preferences->About Me and then click Password. To change your password from a terminal: passwd

The root user The root user: a special administrative account Also called the superuser root has near complete control over the system...and a nearly unlimited capacity to damage it! Do not login as root unless necessary Normal (unprivileged) users' potential to do damage is more limited

Changing Identities su - creates new shell as root sudo command runs command as root Requires prior configuration by a system-administrator id shows information on the current user

Editing text files The nano editor Easy to learn, easy to use Not as feature-packed as some advanced editors Other editors: gedit, a simple graphical editor vim, an advanced, full feature editor gvim, a graphical version of the vim editor

Summary Login name and password startx gnome-terminal passwd su nano