On Tue, 13 Apr 1999, Shane McKeown wrote:

> I have the zipped kernel source file in /usr/src in 
> the form linux-2.2.2-.tar.gz
> Can any of you explain the proper way to unzip them?

tar xvzf linux-2.2.2.tar.gz

x to extract, z to use gzip to uncompress the file.

Just make sure you aren't overwriting something you want (an old source
tree) in /usr/src/.

Instead of 'x', you can use 't' to see what's in the file before
extracting.  Append '| more' to page the output, or '> filename' to
redirect output to the file "filename". 

Geof Goodrum
Voice: +1-301-457-5100
Email: [EMAIL PROTECTED]

Reply via email to