SYSTEM ADMINISTRATION

INTRODUCTION TO UNIX

UNIX History

Linux

UNIX BASICS

Files, Programs, and Processes

The UNIX Shell

Special Keys

The UNIX Filesystem

Pathnames

Common Top-Level Directories

Useful Commands

Output of ls -l

  1. File type and permissions (user, group, other) [rwx]
  2. Number of hard links
  3. Owner of the file
  4. Group owner of the file
  5. File size, in bytes
  6. Date and time of last modification
  7. Name of the file (up to 255 characters)

File Permissions

Other Useful Utilities

Filename Wildcards

I/O Redirection

Output Redirection

Input Redirection

Command Sequences

Unconditional

Conditional

Pipes

Command Substitution

Multiprocessing

Controlling Processes

grep/egrep/fgrep

Basic Regular Expressions

Extended Regular Expressions

find

find Example