UNIX History - joint venture between MIT and Bell Labs (originally called Multics) –1969 - Ken Thompson (AT&T) created an operating system to run Space.

Slides:



Advertisements
Similar presentations
POS/420 Philip Robbins – March 19, 2013 (Week 2) University of Phoenix Mililani Campus Introduction to Unix.
Advertisements

Jump to first page Unix Commands Monica Stoica Jump to first page Introduction to Unix n Unix was born in 1969 at Bell Laboratories, a research subdivision.
Chapter One The Essence of UNIX.
1 Unix Systems Administration Y. K. Chang Generic Unix Directory Structure /bin /dev /etc /sbin /home /lost+found / Root Dir /dsk /rdsk /term /pts /rmt.
Information Networking Security and Assurance Lab National Chung Cheng University 1 Linux Common Commands (I) alias - assign name to specified command.
Welcome to Linux Community. A free Unix-type operating system developed under the GNU General Public License. ● Open source ● Popular ● Support most of.
Exploring the UNIX File System and File Security
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Introduction to Linux David E. Douglas University Professor—Information Systems Walton College of Business
GNU/Linux Filesystem 1 st AUT GNU/Linux Festival Computer Engineering & IT Department Bahador Bakhshi.
The UNIX File System.
Guide To UNIX Using Linux Third Edition
Guide To UNIX Using Linux Third Edition
8/15/2015 1:45 AM Linux introduction Dinesh Gupta ICGEB, India.
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.
UNIX/Linux System Programming Jordan University of Science and Technology History.
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.
Agenda What is Computer Programming? The Programming Process
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.
ITIS 2110 Class # No home network devices devices devices devices devices devices devices 9.
Overview of Linux CS3530 Spring 2014 Dr. José M. Garrido Department of Computer Science.
1 THE UNIX FILE SYSTEM By Chokechai Chuensukanant ID COSC 513 Operating System.
Chapter 9 Part II Linux Command Line Access to Linux Authenticated login using a Linux account is required to access a Linux system. The Linux prompt will.
Introduction to Unix/Linux Chapter One The Essence of UNIX.
Lesson 1. PC vs. Multi-user System  Personal Computer – each user gets his/her own processor (or multicore processor).  Multi-user system – The processor,
LINUX System : Lecture 2 OS and UNIX summary Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University Acknowledgement.
Unix Basics Chapter 4.
Linux Un*x Overview Peter Norton’s Guide to Unix Running Linux (O’Reilly)
Operating systém GNU Linux. History First computers –WW II The Bomb (Alan Turing) Colosus (Thomas Flowers)
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Chapter Two Exploring the UNIX File System and File Security.
Natawut NupairojAssembly Language1 Unix Survival Guide.
INTRODUCTION TO LINUX Jacob Chan. GNU/Linux Consists of Linux kernel, GNU utilities, and open source and commercial applications Works like Unix –Multi-user.
CIS250 OPERATING SYSTEMS UNIX Lab date cal uptime hostname, whoami, quota leave bc wump man fortune chess monop worm adventure apropos whatis.
Linux Introduction What is Linux? How do you use it?
USING YOUR INSTALLED LINUX SYSTEM.  Common Linux Tasks  Installing Custom Packages  Common GUI Applications  Command Line Shell  Directory Structure/Navigation.
Manage Directories and Files in Linux. 2 Objectives Understand the Filesystem Hierarchy Standard (FHS) Identify File Types in the Linux System Change.
Just Enough Unix, Chapter 1
D. Beecroft Fremont High School Networks.
Introduction to Programming Using C An Introduction to Operating Systems.
Basic of UNIX For fresh members of SPARCS
Linux Commands C151 Multi-User Operating Systems.
Linux Filesystem WeeSan Lee. Roadmap Disk Partitions The Filesystem Filesystem Mouting & Umounting File Tree File Type File Permission.
Chapter 10: File-System Interface Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 File-System Interface.
CS 245 – Part 1 Using Operating Systems and Networks for Programmers Jiang Guo Dept. of Computer Science California State University Los Angeles.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Lecture 02 File and File system. Topics Describe the layout of a Linux file system Display and set paths Describe the most important files, including.
1 Introduction to Unix. 2 What is UNIX?  UNIX is an Operating System (OS).  An operating system is a control program that helps the user communicate.
A Brief Overview of Unix Brandon Bohrer. Topics What is Unix? – Quick introduction Documentation – Where to get it, how to use it Text Editors – Know.
Overview of Linux Fall 2016 Dr. Donghyun Kim
Overview of Operating Systems
Linux 101 Training Module Linux Basics.
Welcome to Linux Chap#1 Hanin Abdulrahman.
Welcome to CIS 52 WELCOME WELCOME WELCOME W E L C O M E.
UBUNTU INSTALLATION
Linux/Unix - Download Ubuntu Linux :
UNIX Introduction History Main Features UNIX Operating System
Command Line Interface for Beginners
Overview of Unix Jagdish S. Gangolly School of Business
UNIX & file system cosc513 Deyong Xu ID: Nov
Exploring the UNIX File System and File Security
Unix : Introduction and Commands
Operating Systems Lecture 4.
UNIX Commands A Brief Look at Common UNIX Commands.
UNIX Commands A Brief Look at Common UNIX Commands.
UNIX Commands A Brief Look at Common UNIX Commands.
Welcome to Linux Chap#1 Hanin Abdulrahman.
Welcome to Linux Chap#1.
UNIX Commands A Brief Look at Common UNIX Commands.
Presentation transcript:

UNIX History - joint venture between MIT and Bell Labs (originally called Multics) – Ken Thompson (AT&T) created an operating system to run Space program –Ritchie (AT&T) wanted to run C program –multitasking, multi-user, timesharing

Connection - remotely via a modem or locally over network - give IP address X Windows - gives it a GUI/graphics terminal Terminal definitions - customize keyboard terminal key (erase key, shorthand - alias) Command syntax - DOS-like Shells - commands and programs –% is C-Shell; $ is Korn, Bourne

Communication - ping, who, users, write, mail, broadcast messages Editors - VI is available on all systems; –EMACS Printing - lp; “dee-mon” (daemon) - a program in the background; for example: print spooling program

Redirection/pipes - can write errors to file Displaying files - more, pg, less, head, tail, permissions UNIX file system - regular files, directory, device files Directory is tree structured Process Control - can run jobs in the background with & at the end of the command; monitor; kill; make

Host is the server - shares resources Clients are the terminals –when you type, sent as signals to the host; the host echoes back to you Network, Gateways ( ) are the links to the network and the outside world UNIX can work with various computers via VT100 terminal emulation

UNIX: root directory bin boot dev ect home lib lost+found mnt net proc root sbin tmp usr var