CT 320 Midterm Study Guide.

Slides:



Advertisements
Similar presentations
Basic Unix system administration
Advertisements

A Guide to Unix Using Linux Fourth Edition
Introduction to Unix (CA263) File System
Introduction to Unix GLY 560: GIS for Earth Scientists Class Home Page:
2000 Copyrights, Danielle S. Lahmani UNIX Tools G , Fall 2000 Danielle S. Lahmani Lecture 12.
Exploring the UNIX File System and File Security
Introducing the Command Line CMSC 121 Introduction to UNIX Much of the material in these slides was taken from Dan Hood’s CMSC 121 Lecture Notes.
Chapter 2 Accessing Your System and the Common Desktop Environment.
Cost Accounting and Controls Final Exam Preview 5/16/05.
Yukon Chang, Fall 1996 Operating System (II) Chapter 11 Supplement Slide 1 UNIX File System Layout u boot block contains bootstrap code that is read into.
GNU/Linux Filesystem 1 st AUT GNU/Linux Festival Computer Engineering & IT Department Bahador Bakhshi.
Linux+ Guide to Linux Certification, Second Edition
The UNIX File System.
Processes & Daemons Chapter IV / Part III. Commands Internal commands: alias, cd, echo, pwd, time External commands, code is in a file: grep, ls, more.
Guide To UNIX Using Linux Third Edition
Guide To UNIX Using Linux Third Edition
1. This presentation covers :  User Interface Administration  Files System and Services Management 2.
File System and Directory Structure in Linux. What is File System In a computer, a file system is the way in which files are named and where they are.
Guide To UNIX Using Linux Fourth Edition
Filesystem Hierarchy Standard (FHS) –Standard of outlining the location of set files and directories on a Linux system –Gives Linux software developers.
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.
Silberschatz, Galvin and Gagne  Operating System Concepts File Concept Contiguous logical address space Smallest user allocation Non-volatile.
Linux+ Guide to Linux Certification, Second Edition
1 Midterm Review. 2 Midterm Exam  30% of your grade for the course  October14 at the regular class time  No makeup exam or alternate times  Closed.
Chapter Two Exploring the UNIX File System and File Security.
Lesson 9-Setting and Using Permissions. Overview Describing file permissions. Using execute permissions with a file. Changing file permissions using mnemonics.
Welcome to JICA SHORT COURSE ON LINUX The Linux 6-Weeks Labs began on 17 Sept. There will be two sessions, currently scheduled for Tuesday 4-6PM and Wed.
Agenda Getting Started: Using Unix Unix Structure / Features Elements of the Unix Philosophy Unix Command Structure Command Line Editing Online Unix Command.
Guide To UNIX Using Linux Third Edition Chapter 8: Exploring the UNIX/Linux Utilities.
Chapter Two Exploring the UNIX File System and File Security.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 9: Basic Linux Administration Chapter 11: System Administration: Core Concepts Chapter 16:
Introduction to System Admin Sirak Kaewjamnong. 2 The system administration’s job  Adding a new user  Doing backup and restoring files from backups.
Linux+ Guide to Linux Certification, Third Edition
Linux+ Guide to Linux Certification, Third Edition
CSI3131 – Lab 1 Observing Process Behaviour. Running Linux under Virtual PC  Start Virtual PC  This Windows program provides a virtual machine to run.
Advanced Programming in the UNIX Environment Hop Lee.
Chapter 12 File Management Patricia Roy Manatee Community College, Venice, FL ©2008, Prentice Hall Operating Systems: Internals and Design Principles,
Midterm Exam Topics (Prof. Chang's section) CMSC 201.
CSC414 “Introduction to UNIX/ Linux” Lecture 6. Schedule 1. Introduction to Unix/ Linux 2. Kernel Structure and Device Drivers. 3. System and Storage.
Managing Users CSCI N321 – System and Network Administration Copyright © 2000, 2011 by Scott Orr and the Trustees of Indiana University.
Basic UNIX system administration CS 2204 Class meeting 14 *Notes by Doug Bowman and other members of the CS faculty at Virginia Tech. Copyright
UNIX Review CS 2204 Class meeting 15. (C) S. S. Gifford, Virginia Tech, Study Hints You should have: Read all required material Finished all labs.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 14 Managing.
Lecture 18CS311 – Operating Systems 1 1 CS311 – Lecture 18 Outline Midterm 2 Review Note: These lecture notes are not intended replace your notes. This.
Linux Filesystem Management
Getting Started with Linux
Chapter 11 File Sharing. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives  To explain different ways of sharing files  To discuss.
Managing User Desktops with Group Policy
SYSTEM ADMINISTRATION PART I by İlker Korkmaz and Kaya Oğuz
UNIX Review CS 2204 Class meeting 15.
EXAM CODE LX0-103 CompTIA Linux+ [Powered by LPI] 1
CS 457 Systems Security Fall 2016
Chapter 4 – Introduction to Operating System Concepts
Chapter 8 File Security.
BIF703 File Permissions.
Chapter 2 User Management
Linux Users and Groups Management
Welcome to JICA SHORT COURSE ON LINUX
Exploring the UNIX File System and File Security
Midterm Exam Preperation
IS3440 Linux Security Unit 4 Securing the Linux Filesystem
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Chapter 12 File Management
COP 4343 Unix System Administration
Security and File Permission
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
The Linux Command Line Chapter 17
Adding New Users.
Presentation transcript:

CT 320 Midterm Study Guide

Midterm Exam October 7, Tuesday In class, closed book, closed notes No laptops, smart phones, or mobile phones allowed Non-programmable calculator allowed Covers chapters 1, 2, 3, 4, 5, 6, 7, 8, 9 Chapter 2 is self study + Lab work Slides and homeworks are most important

Question Distribution Matching Unix / Linux terms to their definitions (10 points) True / False (10 points) Multiple choice question (30 points) Short answer type question (50 points)

Chapter 1 - * Section 1.1, 1.9 - 1.12 Basic tasks of a system administrator

Chapter 2 - * Familiarity with Shell scripting Unix commands No expectation of detailed knowledge about different command options Regular expressions

Chapter 3 - ** Sections 3.1 - 3.5, 3.7 Important concepts Booting sequence Booting process Bootstrap loaders Run levels and startup scripts

Chapter 4 - *** Sections 4.1, 4.2, 4.3 Slides Important concepts Ownership of files and processes Superuser and root user Password, password security and password management

Chapter 5 - *** Sections 5.1 - 5.10 Important concepts Components of a process Life cycle of a process Signals and signaling processes Process scheduling priority Monitoring processes and the /proc file

Chapter 6 - *** Sections 6.1, 6.3, 6.4, 6.5 Important concepts Pathnames Inode structure Hard and soft links File types Standard directories File attributes and setting file permissions

Chapter 7 - ** Sections 7.1, 7.2, 7.3, 7.4, 7.7 Important concepts User account creation, disabling, removal Steps involved, files involved Home directory, login shell /etc/password and /etc/shadow file organization and security Identifying password algorithm by looking at /etc/shadow file

Chapter 8 - ** Sections 8.1, 8.2, 8.3, 8.6, 8.7, 8.8 Important concepts Types of storage, performance, reliability RAID Logical volumes and logical volume management

Chapter 9 - ** Sections 9.1, 9.2, 9.3 Important concepts Format of crontab files crontab management Other schedulers