Announcements!

Readings:


Topic: Intro to Unix I

Introduction to the unix operating systems

The next few lectures will present an overview of the unix and DOS operating systems and environments

Why unix?

Student unix Accounts

Logging onto unix account: To logout use logout

History of Unix -I

 
       - Dennis Ritchie & Ken Thompson
 
        -- Bell Labs   1969
 
      - operating system for PDP-11/07
           - multiuser
           - multitasking
           - based on C programming language
           - many small utilities
           - ways to link programs
 
      - adapted to DEC VAX and given 'virtual memory'
 
           - Berkeley, 1979
                 - BSD unix 4.2
                 - BSD 4.3 given built-in tcp/ip networking
 
           - Mach -- developed at CMU
                 - used on NeXT
 
      - unix runs on many different types of computers
           - often hidden under a 'shell'
 
           - X-Windows, Motif, etc.
           - also note that the command-line interface in unix is
             called a shell and there are different ones

              - c shell, borne shell, korn shell, etc.
 

Overview

Show online resources for unix from class web page

Intro to Unix - II

Basic Commands