.tar (Note: tar is packaged, not compressed!)
Unpacking:
tar xvf FileName.tar
Packaging:
Tar cvf FileName.tar DirName
.gz
Unpacking 1:
gunzip FileName.gz
Unpacking 2:
gzip - d FileName.gz
Compression:
gzip FileName
.tar.gz and .tgz
Unpacking:
tar zxvf FileName .tar.gz
Compression:
tar zcvf FileName.tar.gz DirName
tar is used in conjunction with the find command
will be queried according to your own conditions The file name is written to a file tmp.list
find /tmp -cmin +24 > tmp.list
Then add all the files recorded in the file to the archive
tar -T tmp.list -czvf tmp.expire.tar.gz
.bz2
Decompression 1:
bzip2 -d FileName.bz2
Unpacking 2:
bunzip2 FileName.bz2
Compression:
bzip2 -z FileName
.tar.bz2
Unzip:
tar jxvf F ileName.tar.bz2
Compression:
tar jcvf FileName.tar.bz2 DirName
.bz
Decompression 1:
Bzip2 -d FileName.bz
Extract 2:
bunzip2 FileName.bz
Compress: Unknown
.tar.bz
Unpacking:
tar jxvf FileName.tar.bz
Compression: Unknown
.Z
Unpacking:
uncompress FileName.Z
Compression:
compress FileName
.tar.Z
Decompression:
tar Zxvf FileName.tar.Z
Compression:
tar Zcvf FileName.tar.Z DirName
.zip
Unzip:
unzip FileName.zip
Compression:
zip -r FileName.zip DirName
.rar
Decompression:
rar x FileName.rar
Compression :
rar a FileName.rar DirName
.lha
Unpacking:
lha -e FileName.lha
Compression:< Br>
lha -a FileName.lha FileName
.rpm
Unpacking:
rpm2cpio FileName.rpm
This article will guide you to install Debian 7 Wheezy network directly by using DNSMASQ as a PXE se
caused by Linux clone virtual machine The virtual machine Vmware cloned a Red Hat Enterpris
First, the installation package software Here are some necessary, I will attach the downlo
Command (command) information detailed This article address: http://blog.csdn.net/caroline
Linux host root switch user gets $? Result exception case
How to restart the most secure after Linux crashes
Linux kernel design and implementation - kernel synchronization
Linux system administrator skills
Linux Regular Expressions - Wildcards
Ssh-remote login centos7070 port
Using git and github on Linux VM
View and modify the linux file time touch
How to create and unzip zip, tar, tar.gz and tar.bz2 files under Linux
Tip: Add Folder to Vista Favorite Links list of
Windows 7 undo is very simple. Use the Ctrl+Z shortcut for a lifetime.
Unlock hidden speed in windows xp
Win8 Tips Power Mode Management and Optimization
Linux using the telnet command method
Win7 system installation video conference error code 38 how to solve?
What is the win10 system virtual desktop?
3 kinds of shutdown methods of Windows8 system [Graphic tutorial]