Linux Command -- tar, linux -- tar

Source: Internet
Author: User

Linux Command -- tar, linux -- tar

Tar: Compressed and decompressed files. After compression, the file suffix is .tar.gz.

Parameter description:

F: Specifies the backup file.

Z: Use the gzip command to process backup files.

V: displays the command execution process.

C: Create a new backup file.

X: Restore the file from the backup file.

Example:

Decompress: tar zxvf FileName.tar.gz
Compression: tar zcvf FileName.tar.gz DirName

Compression:

[Root @ junchao du] # tar czvf test.tar.gz test/
Test/
Test/format. c
Test/job. c
Test/resize. c
Test/CHANGES
Test/test.tar.gz
Test/COPYING
Test/input-keys.c
Test/key-string.c
Test/FAQ
Test/key-bindings.c
Test/paste. c
Test/hooks. c
Test/proc. c
Test/input. c
Test/README
Test/utf8.c
Test/TODO

Decompress:

[Root @ junchao du] # tar xzvf test.tar.gz
Test/
Test/format. c
Test/job. c
Test/resize. c
Test/CHANGES
Test/test.tar.gz
Test/COPYING
Test/input-keys.c
Test/key-string.c
Test/FAQ
Test/key-bindings.c
Test/paste. c
Test/hooks. c
Test/proc. c
Test/input. c
Test/README
Test/utf8.c
Test/TODO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.