Unix

Version 1.1.11

Origins

Where Unix Is Used

Linux Distributions

There are many distributors of Linux. They package the Linux kernel with a lot of other programs; this combination is called a distribution.

BSD is also alive and well and has a few distributions.

User Interface

The File System

/ is the directory separator character (which is \ in Windows); there are no drive letters (c:, a:, etc.); one single unified hierarchical file system.

File names are case-sensitive. Lower case is preferred. Avoid spaces in file names; use _ or - to connect parts; e.g., instead of "my term paper", use "my-term-paper".

A Tour of Some Important Directories

File Managers

File Permissions

Unix Application Programs

A small sampling:


Gregory Weber


  1. Version log:
    • Version 1.1.1, 2011 Mar 8. Added Ubuntu link.
    • Version 1.1, 2011 Mar 7. Added a few links, with pictures.
    • Version 1.0, 2010 Oct 19.
  2. ↩