Contents: [slideshow]

The Command Line

Filing System, File and Directory Handling

Processes

BASH: More and Scripts

Installation

More

Practical Session




About this document

Basic Linux Stuff

Man Pages

Example, man ls:

NAME
 ls - list directory contents

SYNOPSIS
 ls [OPTION]... [FILE]...

DESCRIPTION
 List information about the FILEs (the current directory by default).  
 Sort entries alphabetically if none of -cftuvSUX nor --sort.

   -a, --all
          do not ignore entries starting with .
   .      .
   .      .


...previousup (conts)next...