linux 一些命令

Jul 13, 2018


linux tar命令

tar命令

解包:tar zxvf FileName.tar

打包:tar czvf FileName.tar DirName

centos安装unzip

yum install -y unzip zip