Overview of Unix



Last revision August 2, 2004

Table of Contents:
  1. Variants of the Unix Operating System
  2. The Unix Environment
  3. Command-line shell versus Graphical User Interface (GUI)
  4. Unix Processes
  5. Advantages & Disadvantages of Unix

The hardware of the computer is made up of four basic parts, the Central Processing Unit (CPU), the memory, secondary storage (disks) and input/output (I/O) devices (terminals, printers, tapes).

These can do nothing without some software or instructions that can be executed by the CPU and tell it how to access other devices and process information received from them. The "operating system" is the basic software that is always accessible to the CPU (either always in memory or in a known location that can be loaded into memory as needed) that tells it how to access and control the resources of the computer.

Functions of the operating system:

    First Section-->