歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> 關於Linux >> linux下如何解壓文件壓縮包

linux下如何解壓文件壓縮包

日期:2017/3/1 16:35:25   编辑:關於Linux
linux下如何解壓文件壓縮包 1、*.tar 用 tar –xvf 解壓 www.2cto.com 2、*.gz 用 gzip -d或者gunzip 解壓 3、*.tar.gz和*.tgz 用 tar –xzf 解壓 4、*.bz2 用 bzip2 -d或者用bunzip2 解壓 5、*.tar.bz2用tar –xjf 解壓 www.2cto.com 6、*.Z 用 uncompress 解壓 7、*.tar.Z 用tar –xZf 解壓 8、*.rar 用 unrar e解壓 9、*.zip 用 unzip 解壓
Copyright © Linux教程網 All Rights Reserved