Linux解压命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux解压命令相关的知识,希望对你有一定的参考价值。
常用的两个解压命令:unrar和unzip,分别对应Windows平台上的两个Winrar和Winzip软件。
[[email protected] ~]# cd /usr/local/tomcat/webapps
[[email protected] webapps]# unrar x studentnavigation.rar #解压到当前目录
[[email protected] webapps]# unrar x StuNumber.rar #解压到当前目录
[[email protected] webapps]#unzip studentnavigation.zip
本文出自 “sky9890” 博客,请务必保留此出处http://sky9896.blog.51cto.com/2330653/1859944
以上是关于Linux解压命令的主要内容,如果未能解决你的问题,请参考以下文章