Introduction to Unix Part 1 Research Computing Workshops Office of Information Technology & Mississippi Center for Supercomputing Research Jason Hale &

Slides:



Advertisements
Similar presentations
By- Anjali Bhardwaj. An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer.
Advertisements

What is an operating system? Is it software?
COMPUTER SYSTEMS OPERATING SYSTEMS AND SOFTWARE NEXT.
GNU / Linux A free operating system. Summary History What can you find on a Linux OS Linux Economy.
Data Analysis in Geophysics Introduction & Operating Systems.
History of UNIX Fergus Toolan Intelligent Information Retrieval Group University College Dublin.
Introduction to UNIX Acknowledgement:Thanks to Dr Andrew Horner for the original version of this set of slides. All trademarks are the properties of their.
Introduction to Network Administration. Objectives.
Operating Systems. What is an Operating System? A layer of software between users/applications and the hardware. The first program loaded onto a computer.
Xuan Guo Chapter 1 What is UNIX? Graham Glass and King Ables, UNIX for Programmers and Users, Third Edition, Pearson Prentice Hall, 2003 Original Notes.
Introduction to UNIX Acknowledgement:Thanks to Dr Andrew Horner for the original version of this set of slides. All trademarks are the properties of their.
Operating Systems.
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
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.
Introduction to Linux Environment Dr.S.Siva Kumari Mrs.S.Siva Ranjani Avinashilingam University.
Introduction to Computer Administration System Administration
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
What is UNIX? UNIX is an Operating System (OS). An operating system is a control program that helps the user communicate with the computer hardware. UNIX.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
LO2 Understand the key components used in networking
LINUX/UNIX WORKSTATIONS Franklin Montenegro Carlos Sierra.
Computer Science 2211b Software Tools and Systems Programming.
유닉스, 왜 공부하나 ? 자동화 –GUI vs commands 서버 개발 능력, 관리 능력 – 데스크탑에서의 개발과 관리와의 차이 ?
Potential Unix/Linux Questions March 25, 2014 Dr. Bob Mathis.
Module 1 Introduction to UNIX/Linux
EMT 2390L Lecture 1 Dr. José M. Reyes Álamo. Outline About Linux Install Linux in a Virtual Machine.
Introduction to Unix Part 1 Research Computing Workshops Fall 2008 Office of Information Technology & Mississippi Center for Supercomputing Research Jason.
Overview of Unix System Administration Bambang A.B. Sarif Unix System Administrator CCSE, KFUPM.
Linux 简介. Contents Unix GNU/Linux, Distributions Basic usage Applications Compiling, compilers Clustering.
Chapter 1 What is UNIX? Graham Glass and King Ables,
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 4 v3.0 Module 6 Introduction to Network Administration.
CS4710 Why Progam?. Why learn to program? Utility of programming skills: understand tools modify tools create your own automate repetitive tasks automate.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux June 2011 Kaplan University 1.
Introduction to Unix/Linux ICN Summer Institute Jackson State University June 16, 2009 Mississippi Center for Supercomputing Research Jason Hale & Susan.
IT320 OPERATING SYSTEM CONCEPTS Unit 3: Welcome to Linux September 2012 Kaplan University 1.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
CS2204: Introduction to Unix January 19 th, 2004 Class Meeting 1 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty.
Introduction to Computer Operating Systems
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
 Linux Mint is a computer operating system designed to work on most modern systems, including typical x86 and x64 PC’s. Linux Mint can be thought of.
CSCI 330 UNIX and Network Programming Unit I Introduction.
Introduction to UNIX Karl Harrison September 2004.
Introduction to UNIX CS465. What is UNIX? (1) UNIX is an Operating System (OS). An operating system is a control program that allocates the computer's.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Isecur1ty training center Presented by : Eng. Mohammad Khreesha.
Chapter 1: Introduction to Linux. 2 Introduction Computer Components: –Hardware –Software Types of hardware and software Important components of an OS.
CEG 2400 FALL 2012 Linux/UNIX Network Operating Systems.
Computer Operating Systems And Software applications.
This slide deck is for LPI Academy instructors to use for lectures for LPI Academy courses. ©Copyright Network Development Group Module 01 Introduction.
Computer Software Introduction Software Classification Operating systems End user Applications Programmers’ tools Utilities.
UNIX Operating System. A Brief Review of Computer System 1. The Hardware CPU, RAM, ROM, DISK, CD-ROM, Monitor, Graphics Card, Keyboard, Mouse, Printer,
Linux and Coldfusion MX Mid-Michigan Coldfusion User’s Group, Nov
Introduction to System Administration. System Administration  System Administration  Duties of System Administrator  Types of Administrators/Users.
Introduction to unix. The UNIX Operating System An operating system "OS” is a set of programs that controls a computer. It controls both the hardware.
CENG 334 – Operating Systems 01- Introduction Asst. Prof. Yusuf Sahillioğlu Computer Eng. Dept,, Turkey.
UDel CISC361 Study Operating System principles - processes, threads - scheduling - mutual exclusion - synchronization - deadlocks - memory management -
GNU and Linux.
Karl Harrison September 2004
IT320 Operating System Concepts
Chapter 8 Unix & Linux.
Operating System & Application Software
Selected topic in computer science (1)
UNIX & LINUX Operating Systems
The Visible Computer Chapter 3.
What is an Operating System?
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Sami Shamoon College of Engineering Introduction to Operating Systems
Chapter 1 What is UNIX? Graham Glass and King Ables,
CCNA 4 v3.1 Module 6 Introduction to Network Administration
Module 02 Operating Systems
Presentation transcript:

Introduction to Unix Part 1 Research Computing Workshops Office of Information Technology & Mississippi Center for Supercomputing Research Jason Hale & Susan Lukose

Unix is an Operating System An O/S manages access to the resources of a computer. O/S host applications, shielding them from the hardware. Other popular operating systems: Windows XP, Windows Vista, MAC OS X Unix looks more like DOS than Windows

Common Flavors of Unix IBM’s AIX Hewlett Packard’s HP-UX. Sun’s Solaris SGI’s IRIX Apple’s MAC OS X Unix Variants: Linux, BSD, …

Why Learn Unix/Linux? Unix/Linux commonly used on computer “servers”: Web servers Database servers Supercomputers/Clusters Over 50% of servers in corporations run Unix or Linux A little Unix experience goes a long way, on the job, and looking for a job

Why Learn Unix/Linux? At UM/MCSR: - to run Computational CHEM and STAT apps - more disk space than on your PC’s - run one calculation for several days - for calculations too big for your PC or MAC Student programming assignments may be completed on MCSR/UM systems

Distributions of Linux Red Hat Enterprise Linux Fedora SUSE Linux Enterprise openSUSE Debian GNU/Linux Ubuntu Mandriva Linux Slackware Linux Gentoo

Components of Unix Shells Kernel Shells System Utilities End-User Utilities Development tools Docs Commands

MCSR Unix Workshops Will Cover: Shells Kernel Shells System Utilities End-User Utilities Development tools Docs Commands

jsu tracct1 tracct2 r1311

Unix/Linux File System Similar to MS/DOS Files (Windows Command Prompt): Differences WindowsLinux Case doesn’t matterCase sensitive Spaces ok in filenamesSpaces not OK in names Backslash used in pathnamesForward slash in paths User “Administrator”User “root”

Unix/Linux File Permissions