Linux 压缩(解压缩) 整理
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 压缩(解压缩) 整理相关的知识,希望对你有一定的参考价值。
Linux 压缩(解压缩) 整理
闲散之余 整理了 .7z .bz2 .gz .rar .tar .tar.bz2 .tar.gz .tar.xz .tar.Z .tgz .xz .Z .zip 等各种工作中遇到的打包压缩文件格式的压缩与解压命令,温故而知新。
系统版本 CentOS 6.9
测试目录极其测试文件[[email protected] test]# pwd /usr/local/src/test [[email protected] test]# ls 1.txt 2.png 3.png [[email protected] test]# cd /usr/local/src
压缩命令整理如下
附1 rarlinux 安装
cd /usr/local/src
wget https://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gz
tar -zxvf rarlinux-x64-5.5.0.tar.gz
cd rar
make
make install
以上是关于Linux 压缩(解压缩) 整理的主要内容,如果未能解决你的问题,请参考以下文章