<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; unzip</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/unzip/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS Linux中zip压缩和unzip解压缩命令详解</title>
		<link>https://www.osyunwei.com/archives/1142.html</link>
		<comments>https://www.osyunwei.com/archives/1142.html#comments</comments>
		<pubDate>Fri, 25 Nov 2011 02:12:28 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=1142</guid>
		<description><![CDATA[实例演示： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 以下命令均在/home目录下操作 cd /home  #进入/home目录 1、把/home目录下面的mydata目录压缩为mydata.zip      zip -r  mydata.zip   mydata   #压缩mydata目录 2、把/home目录下面的mydata.zip解压到mydatabak目录里面      unzip  mydata.zip   -d  mydatabak 3、把/home目录下面的abc文件夹和123.txt压缩成为abc123.zip zip  -r   abc123.zip   abc  123.txt 4、把/home目录下面的wwwroot.zip直接解压到/home目录里面 unzip   wwwroot.zip 5、把/home目录下面的abc12.zip、abc23.zip、abc34.zip同时解压到/home目录里面 unzip  abc\*.zip 6、查看把/home目录下面的wwwroot.zip里面的内容 unzip   -v   wwwroot.zip 7、验证/home目录下面的wwwroot.zip是否完整 unzip   -t   wwwroot.zip 8、把/home目录下面wwwroot.zip里面的所有文件解压到第一级目录 unzip  -j   wwwroot.zip 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 ===================================================== 主要参数 -c：将解压缩的结果 -l：显示压缩文件内所包含的文件 -p：与-c参数类似，会将解压缩的结果显示到屏幕上，但不会执行任何的转换 -t：检查压缩文件是否正确 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1142.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1142.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
