> I want to make the tarball of dir using "tar" and
> "bzip2", could someone
> tell me how to do that, the tar man page got me
> totally confused.
> 
> Thanks in advance for any help.

#tar -c /your directory mynewtar
#ls *.tar
mynewtar.tar

#gzip mynewtar.tar
#ls *.gz
mynewtar.tar.gz

Good Luck

=====
-----------------------------------------------------------
Adriel Cardenas G.    |Firma la peticion para LinDrivers
Usuario Linux: 180950 |http://www.libranet.com/petition.html
StormLinux 2.2.17     |Its Time to Close the Windows...
------------------------------------------------------------

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to