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

Directory Handling at the Commandline

pwd
Print (current) working directory.
ls
List files: ls, ls -f and ls [-f] <directory>.
cd
Change current working directory:
  cd /home/simonh                 cd ..
  cd bin                          cd ../../foo/bar


...previousup (conts)next...