CIS 191 – Lesson 2 System Administration. CIS 191 – Lesson 2 System Architecture Component Architecture –The OS provides the simple components from which.

Slides:



Advertisements
Similar presentations
2 Copyright © 2005, Oracle. All rights reserved. Installing the Oracle Database Software.
Advertisements

Linux can be generally divided into four major components: 1. KERNEL – OS, ultimate boss The kernel is the core program that runs programs and manages.
Booting the Linux Kernel Dr. Michael L. Collard 1.
Exploring the UNIX File System and File Security
Installing Windows 7 Lesson 2.
1 Web Server Administration Chapter 3 Installing the Server.
GNU/Linux Filesystem 1 st AUT GNU/Linux Festival Computer Engineering & IT Department Bahador Bakhshi.
Lesson 5-Accessing Networks. Overview Introduction to Windows XP Professional. Introduction to Novell Client. Introduction to Red Hat Linux workstation.
Linux Install. Resources Guide to Linux Installation and Administration, Nicholas Wells, Course Technology, 2000.
Part two. 3.2 operating system architecture  Software have two categories  Application software  System software  Application software: consists of.
CIS 191AB Textbook UNIX and Linux System Administration Handbook 4th Edition Authors: Evi Nemeth Garth Snyder Trent Hein Ben Whaley Used for CIS191 and.
Linux Operating system
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 Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Operating Systems Operating System
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Introduction to Linux Installing Linux User accounts and management Linux’s file system.
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
POS/420 Introduction to Unix Philip Robbins – March 12, 2013 (Week 1)
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
Linux Last Update Copyright Kenneth M. Chipps Ph.D. 1.
workshop eugene, oregon UNIX ™ /Linux Overview Unix/IP Preparation Course July 19, 2009 Eugene, Oregon, USA
Guide to Linux Installation and Administration, 2e1 Chapter 8 Basic Administration Tasks.
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.
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.
Chapter Two Exploring the UNIX File System and File Security.
UNIX ™ /Linux Overview Unix/Linux Preparation Course June 27, 2010 Pago Pago, American Samoa.
Linux Administration. Pre-Install Different distributions –Redhat, Caldera, mandrake, SuSE, FreeBSD Redhat Server Install –Check HCL –Significant issues.
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.
UNIX/LINUX OPERATING SYSTEM. Introduction to Linux Introduction to Unix History of UNIX What is Linux Linux Distributions Linux Installation Unix File.
Introduction to System Admin Sirak Kaewjamnong. 2 The system administration’s job  Adding a new user  Doing backup and restoring files from backups.
Unix – Linux CS3353 Ssystem Administration. OS The Operating System – Acts as the interface to all software, hardware, and users of a computer. – Requires.
UNIX Unit 1- Architecture of Unix - By Pratima.
The UNIX Time-sharing system
Linux History C151 Multi-User Operating Systems. Open Source Programming Open source programming: 1983, Richard Stallman started the GNU Project (GNU.
Chapter 9: Networking with Unix and Linux. Objectives: Describe the origins and history of the UNIX operating system Identify similarities and differences.
Copyright © Curt Hill Operating Systems An Introductory Overview.
Silberschatz, Galvin and Gagne ©2011 Operating System Concepts Essentials – 8 th Edition Chapter 2: The Linux System Part 1.
LINUX Zhengli Zhu, School of Life Sciences. Outline 1. ABC of Linux 2. Basic orers of Linux 3. Bash Programming.
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.
Linux Introduction Linux was developed in the early 1990’s by Linus Torvald computer science student at the University of Helsinki Linux is distributed.
1 COP 4343 Unix System Administration Unit 1: –Linux OS structure –Distributions –Hardware inventory –Disks and partitions –Installation steps –Boot loader.
Course : PGClass : MCA Subject: Operating SystemSub.Code : 3CT11 Staff Name : S.SomasundaramYear & Sem : II nd & III rd.
CHAP-1 INTRODUCTION TO LINUX 1 Created By: Asst. Prof. Ashish Shah, J.M.Patel College of Commerce.
Linux Systems Administration 101 National Computer Institute Sep
Linux Systems Administration
SYSTEM ADMINISTRATION PART I by İlker Korkmaz and Kaya Oğuz
Guide to Linux Installation and Administration, 2e
Unix/IP Preparation Course
Selected topic in computer science (1)
Welcome to Linux Chap#1 Hanin Abdulrahman.
UBUNTU INSTALLATION
Chapter 12: File System Implementation
Chapter 4 – Introduction to Operating System Concepts
Structure of Unix OS.
Networking for Home and Small Businesses – Chapter 2
Exploring the UNIX File System and File Security
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Chapter 2: The Linux System Part 1
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Networking for Home and Small Businesses – Chapter 2
Welcome to Linux Chap#1 Hanin Abdulrahman.
Section 1: Linux Basics and SLES9 Installation
Welcome to Linux Chap#1.
Presentation transcript:

CIS 191 – Lesson 2 System Administration

CIS 191 – Lesson 2 System Architecture Component Architecture –The OS provides the simple components from which you build complex applications. Client/Server Architecture –Applications are separated, usually across a network, into one component that listens for requests and provides a resource to a second component – the client Layered Architecture –Complex programs are created with layers of software each having well defined interfaces.

CIS 191 – Lesson 2 software Layers of a multi-user multi-tasking operating system users hardware operating system applications system commands libraries kernel system call interface resource management device drivers

CIS 191 – Lesson 2 Operating System Juggles users & programs across limited hardware resources Runs programs for multiple users Provides common services for programs and users Shares hardware resources between competing programs and users users programs hardware Basic role of a multi-user multi-tasking operating system

CIS 191 – Lesson 2 Architecture Dependent Kernel Code Kernel Space Process Management Memory Management Network Stack Virtual File System User Space Device Drivers Kernel 1 Hardware System Call Interface Users Commands & Utilities Shell X / Desktops (multi-user) GNU C Library (glibc) Programs (multi-tasking) Applications 1 See “Anatomy of the Linux kernel” by M. Tim Jones at GNU/Linux Operating System Architecture Richard Stallman started the GNU project in 1983 to create a free UNIX- like OS. He Founded the Free Software Foundation in In 1989 he wrote the first version of the GNU General Public License Linus Torvalds, as a student, initially conceived and assembled the Linux kernel in The kernel was later re- licensed under the GNU General Public License in 1992.

CIS 191 – Lesson 2 rootly powers

CIS 191 – Lesson 2 Root Account and Superuser “Superuser” privileges include installing software and modifying system configuration files. The administrator account is named root. root has all superuser privileges and is “all- powerfull”. Be very careful when logged on as root! Ways to obtain root privilege: login as root (need to know root password) login as regular user and use the su command (need to know root password) login as regular user and use the sudo command. (do not need to know root password, but need to preconfigure /etc/sudoers file.

CIS 191 – Lesson 2 Root Account and Superuser /etc/passwd Root account uid=0 gid=0 Home directory

CIS 191 – Lesson 2 For each top level directory, determine the following: 1.How many files are contained therein? find. | wc –l 2.How much disk space is being used? du –sh. 3.What is the predominant type of file in the directory? file * | more 4.cd../next The High Hurdles Exercise

CIS 191 – Lesson 2 Essential Tasks Software Installations and Upgrades Maintaining Hardware Performing Backups Managing User Accounts Monitoring the System Troubleshooting Helping Users Maintaining Local Documentation

CIS 191 – Lesson 2 Types of Installations CD, DVD, or ISO image Live CD/DVD Attended vs. Unattended Local vs. Network Imaging software (Ghost, ImageCast) Build from scratch

CIS 191 – Lesson 2 Three steps to an installation 1.Prepare the storage device Partition the disk Format the filesystems Select mount points for those filesystems 2.Copy the selected packages Package groups, packages, files 3.Write out the boot loader MBR or boot sector (GRUB, LILO, SYSLinux) Everything else is configuration