Tux reading www.linuxtraining.co.uk

- Home -


  Diary
  Download
 
- Extract
 
- Licence
 
- Problems?
 
- Print & View
  News
  Project
  Partners
  GBdirect
  Courses


Feedback
    

Extracting the tarball

The dowloaded file is called linux_training.tar.gz and is a gzipped tarball containing the following directories:

TEXfiles
build
images

To extract these directories and the files they contain you will need the gzip and tar utilities. These come as standard on most UNIX and Linux systems. To untar the archive simply type the following in the directory where you downloaded the file.

gzip -dc linux_training.tar.gz | tar -xf -
This will create a directory named linux_training and place the relevant files inside it.

GBdirect Ltd, Monday, 5th July, 1999