Complete.Org: Mailing Lists: Archives: linux-help: March 2000:
[linux-help] Re: Two questions
Home

[linux-help] Re: Two questions

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: linux-help@xxxxxxxxx
Subject: [linux-help] Re: Two questions
From: Greg House <ghouse@xxxxxxxxxxxxx>
Date: Fri, 24 Mar 2000 22:05:44 -0600
Reply-to: linux-help@xxxxxxxxx

On Fri, 24 Mar 2000, you wrote:
> I have two questions regarding a project I am working on, that I started
> and founded.
> 
> First, I want to zip up all of my files in a *.tar.gz file, how do I do
> this?
> 
> Secondly, how do I make RPM files of my finished program, and where are
> the necessary utilities, if any, for Red Hat 6.1?

I can't help you with rpm, but here's a simple instruction to make a
gzipped tarfile, you use the command:

$ tar czf my-tar-file.tar.gz dir-to-backup

The "c" tells tar to create an archive, the "z" says do gzip compression on it,
the "f" says the next parameter on the commandline is the filename and the
second real parameter is the file specification to back up.

For more options, read the manpage for tar.

Greg


-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]