ArchLUG Linux By Example - www.archlug.org

Download the RSS XML Feed for this site

Subscribe to this channel with Amphetadesk

Subscribe to this channel with RadioUserland

LBE- tar


Examples of the "tar" Command

Create an archive file of all of the files in the given directory:

tar -cvzf <directory> > <archive_file_name>

tar -cvzf www > /home/bill/archives/www.wbz.tar.gz

Valid XHTML 1.0! Valid CSS!