RedHat and Centos 7 Precise by Shiv Kumar Goyal

RedHat and Centos 7 Precise by Shiv Kumar Goyal

Author:Shiv Kumar Goyal [Goyal, Shiv Kumar]
Language: eng
Format: epub
Published: 2017-03-21T07:00:00+00:00


Create compressed tar file

Create gzip format tar file

# tar cvfz nameoftarfile.tar.gz name_of_files

Create bzip format

# tar cvfj nameoftarfile.tar.bz2 name_of_files

untar

# tar xvf abc.tar

Where

xextract

v verbose

ffile name types of achieve file

Uncompressing

Uncompressing gzip format

Syntax

tar xvfz filename

Example

# tar xvfz abc.tar.gz

Create bzip format

Syntax

tar xvfj filename

Example

# tar xvfj abc.tar.bz2

List the archived tar file

Syntax

tar tvf filename

Example

# tar tvf abc.tar



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.