tar命令我最常用于解压.tar.gz文件
tar -zxvf 压缩文件
将压缩文件解压到当前目录
[email protected]:~/eth10# ls baidu.com baidu.html eth10 index.html [email protected]:~/eth10# tar -zxf /root/tmp/httpd-2.4.25.tar.gz [email protected]:~/eth10# ls baidu.com baidu.html eth10 httpd-2.4.25 index.html
[email protected]:~/eth10#
如果要输出解压详细信息可以加-v参数
[email protected]:~/eth10# tar -zxvf /root/tmp/httpd-2.4.25.tar.gz
时间: 2024-10-12 15:17:40