Mathematics
 
 
MTH 568 - Compuational Science

 

Home
 

Syllabus
 

Course Outline
 

Resources
 

Contact Info


 
Introduction to Unix




Unix is an operating system (like Windows XP or Mac OS X) originally developed by AT&T Bell Laboratories in the 1970s.  Unix was designed specifically for computers that could handle mutiple users running multiple programs.  There are a variety of simple utilities and small programs in Unix that can be combined to perform powerful functions.  In addition, Unix possesses a hierarchical file system, in which directories have files and subdirectories beneath them.
 
 
 

  • Computers in Hochsteter 139 and 141
    • Sun Ultra 5
    • Sun's implementation of Unix Operating System - Solaris

     
  • Logging In and Overview
    • UB IT username and password (Note: User must have NSM account from SENS)
    • Graphical User Interface - Common Desktop Environment (CDE)
    • Mouse buttons - left, middle, and right
    • Tour of desktop and menus
    • Console - access to Unix shell

     
  • Basic Unix Elements
    • Commands - the instructions given to the system that tell it what to do
    • Files - a named collection of data that are stored in directories
    • Directories - similar to a folder in that each directory can contain many files
    • Shell Prompt - a character at the start of the command line which indicates that the shell is ready to receive your command

     
  • Unix File System
    • Root Directory - /
    • Subdirectories of the Root Directory (e.g. /nsm  /usr  /bin)
    • Home Directory (default location when shell is started) - /nsm/home/myusername  or  ~myusername

     
  • Common Unix Commands
    • ls
    • cd
    • mkdir
    • pwd
    • cp
    • rm
    • more
    • less
    • mv
    • man
    • more Unix commands and their descriptions