how tar is used in linux

by gowtham 2010-02-03 12:51:01

Usage:
tar <operation> [options]

Common Operations:
-A, --catenate, --concatenate append tar files to an archive
-c, --create create a new archive
-r, --append append files to the end of an archive
-x, --extract, --get extract files from an archive

Common Options:
-f, --file [HOSTNAME:]F use archive file or device F
(default "-", meaning stdin/stdout)
-j, --bzip2 filter archive through bzip2,
use to decompress .bz2 files
-p, --preserve-permissions extract all protection information
-v, --verbose verbosely list files processed
-z, --gzip, --ungzip filter the archive through gzip,
use to decompress .gz files

Tagged in:

902
like
0
dislike
0
mail
flag

You must LOGIN to add comments