A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 9: Basic Linux Administration Chapter 11: System Administration: Core Concepts Chapter 16:

Slides:



Advertisements
Similar presentations
Litmus Learning Primer tests
Advertisements

Linux Users and Groups Management
1 Passwords and Banners Cisco Devices Packet Tracer.
Chapter 9: Understanding System Initialization The Complete Guide To Linux System Administration.
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.
Linux+ Guide to Linux Certification, Second Edition
Chapter One The Essence of UNIX.
Linux+ Guide to Linux Certification, Second Edition Chapter 3 Linux Installation and Usage.
Chapter 2 Accessing Your System and the Common Desktop Environment.
1 Web Server Administration Chapter 3 Installing the Server.
Chapter 10 Linux 10.1 User Interface Administration
Starting and Stopping Linux. Boot Process BIOS initializes hardware –Loads the boot sector MBR loads the bootloader –Point to kernel Kernel initializes.
System Startup and Shutdown
Overview Basic functions Features Installation: Windows host and Linux host.
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
1 Semester 2 Module 3 Configuring a Router Yuda college of business James Chen
Ch 11 Managing System Reliability and Availability 1.
Linux Filesystem Management
Linux+ Guide to Linux Certification, Third Edition
CompTIA Linux+ Certification
Linux+ Guide to Linux Certification Chapter Three Linux Installation and Usage.
1 Web Server Administration Chapter 3 Installing the Server.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Introduction to Linux Installing Linux User accounts and management Linux’s file system.
Booting and boot levels
Hands-On Microsoft Windows Server 2008
Guide to Linux Installation and Administration, 2e1 Chapter 3 Installing Linux.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 6 Today’s Windows Windows Vista and Windows 7 McGraw-Hill.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
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.
System Administration: Core Concepts Chapter 11. Introduction  What is the job of the system administrator?  Keep one or more systems in a useful and.
1 Web Server Administration Chapter 3 Installing the Server.
11 SYSTEM PERFORMANCE IN WINDOWS XP Chapter 12. Chapter 12: System Performance in Windows XP2 SYSTEM PERFORMANCE IN WINDOWS XP  Optimize Microsoft Windows.
UNIX Startup and Shutdown CSCI N321 – System and Network Administration Copyright © 2000, 2010 by Scott Orr and the Trustees of Indiana University.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 8: Installing Software in Linux Chapter 13: Downloading and Installing Software By Fred R.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 6: More Scripting in Linux Chapter 17: Configuring a LAN By Fred R. McClurg Linux Operating.
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
Guide to MCSE , Enhanced 1 Activity 12-1: Backing Up Files and Folders Using the Backup Utility Objective: To explore the use of Windows Server 2003.
Cisco Confidential © 2010 Cisco and/or its affiliates. All rights reserved. 1 MSE Virtual Appliance Presenter Name: Patrick Nicholson.
Guide to Linux Installation and Administration1 Chapter 4 Running a Linux System.
There are three types of users in linux  System users: ?  Super user: ?  Normal users: ?
Managing Users  Each system has two kinds of users:  Superuser (root)  Regular user  Each user has his own username, password, and permissions that.
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 3 & 6 Root Status and users File Ownership Every file has a owner and group –These give read,write, and execute priv’s to the owner, group, and.
Creating and Managing File Systems. Module 5 – Creating and Managing File Systems ♦ Overview This module deals with the structure of the file system,
CSI3131 – Lab 1 Observing Process Behaviour. Running Linux under Virtual PC  Start Virtual PC  This Windows program provides a virtual machine to run.
Chap 11 System Admin: Core Concepts. A well-maintained system… Runs quickly enough so users don’t get frustrated Has enough storage to accommodate users’
System Administration. Logging in as System Administrator System Admin login (aka superuser, aka root) –login id: root –Default PS1 prompt: # –Home directory:
SCSC 455 Computer Security Chapter 3 User Security.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 6 Today’s Windows Windows Vista and Windows 7 McGraw-Hill.
UNIX Startup and Shutdown CSCI N321 – System and Network Administration Copyright © 2000, 2009 by Scott Orr and the Trustees of Indiana University.
135 Shutdown and Reboot Version A.01 H3064S Module 17 Slides.
CSC414 “Introduction to UNIX/ Linux” Lecture 6. Schedule 1. Introduction to Unix/ Linux 2. Kernel Structure and Device Drivers. 3. System and Storage.
HOW TO INSTALL WINDOWS 7? This step-by-step guide demonstrates how to install Windows 7 Ultimate. The guide is similar for other versions of Windows 7.
Materi managing user & groups, file system Managing Software Packages and File Systems The Complete Guide to Linux System Administration Chapter 10.
Linux Introduction Linux was developed in the early 1990’s by Linus Torvald computer science student at the University of Helsinki Linux is distributed.
SYSTEM ADMINISTRATION PART I by İlker Korkmaz and Kaya Oğuz
Guide to Linux Installation and Administration, 2e
Chapter 11: Managing Users
Chapter 4 – Introduction to Operating System Concepts
Users and Accounts Lab 0.1. Users and Accounts Lab 0.1.
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Figure 6-9: Managing Users and Groups
OPS235: Week 1 Installing Linux (Lab1: Investigations 4 - )
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Linux Filesystem Management
1.3 Given a scenario, apply appropriate Microsoft command line tools
Presentation transcript:

A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 9: Basic Linux Administration Chapter 11: System Administration: Core Concepts Chapter 16: Administration Tasks By Fred R. McClurg Linux Operating System © Copyright 2013, All Rights Reserved

System Administration Duties 1. Tune the operating system so it runs fast enough to meet user’s needs 2. Provide enough storage to accommodate user’s needs 3. Set up user accounts 4. Install and upgrade software

System Administration Duties 5. Make sure the operating system is functioning securely 6. Back up the system regularly 7. Keep management appraised of system status and make recommendations for improvement. 8. Install hardware as needed

Superuser Privileges Description: User “root” has additional privileges beyond an ordinary user account. The following are things only the root user can do: 1.Add new users 2.Partition hard drives 3.Change system configuration

Superuser Characteristics Shell displays a command prompt with “#” as a indicator Read, write, and execute privileges do not apply Some command restrictions do not apply to root. Example: Root can change user passwords without knowing old password

Logging in as root Bringing up the system in single- user mode Log in as root in multi-user mode Use sudo to grant superuser privileges on a per-command basis Issue su (substitue user) command

su: Substitute User Description: Opens a shell or executes a program as another user. Allows you to assume another user’s identity with all privileges of that user.

su: Substitute User Examples: ◦ Log in as user “frmcclurg”:  su - frmcclurg ◦ Execute as user “frmcclurg”:  su -c whoami frmcclurg ◦ Log in as root (super user):  su -

System Run Levels NumberNameLoginNetwork File Systems 0Halt 1Single userTextualDownMounted 2Multiuser without NFS TextualUp (partially)Mounted 3MultiuserTextualUpMounted 4User defined 5Multiuser with X GraphicalUpMounted 6Reboot

runlevel: Display Run Level Description: ◦ Determines previous (if possible) and current runlevels

Bringing the System Down Description: Brings the system down safely. Notifies current users. Prevents new logins. Syntax: ◦ shutdown [option] TIME [message] Examples: ◦ shutdown -h +5 Log off now ◦ shutdown -h 09:30 Repairs ◦ shutdown -h now Computer fire!

Shutdown Message

wall: Warn All Users Description: Out of courtesy to others, if possible give users advance notice regarding down time. Example: ◦ wall Hit by lightning, going down!

Rebooting the System Description: On rare occasions, a Linux machine may need to be rebooted. Example: ◦ shutdown -r +5 Save files ◦ reboot

Single User Mode 1. Warn users ( wall ) 2. Disable the network ( exportfs -ua ) 3. Confirm no critical processing running 4. Bring system to single user mode ( telinit 1 ) 5. Unmount all devices not being used ( umount -a )

Turning off the power telinit 0 poweroff shutdown -P halt

fsck: File System Check Description: Utility that checks and optionally repairs a file system. Note: Do not use “fsck” on a virtual file machine! A virtual file system may appear to as though it needs repair.