Lecture #1 An Overview of the UNIX/Linux Operating System

Agenda

Assignment:

  1. Read the following sections in Chapter 7 from the Linux Administration Handbook.
    2,3,4,7,9   with emphasis on section 7.7
  2. PowerPoint Slides

An Overview of the Unix/Linux Operating Systems

  1. Questions:
  2. Components of the UNIX/Linux Operating System
    1. Kernel
      •  
      •  
      •  
    2. Shell
    3. System Commands
  3. Types of Files
    1. Regular files
    2. Directory files
    3. Device files
    4. Symbolic Links
  4. The UNIX/Linux File system hierarchy

Relevant Commands and Files

Commands Files
  su     - switch user  
sudo     - runs commands as super user /etc/sudoers
  ln     - creates hard and soft links  
mknod    - creates a device file