{"id":84,"date":"2019-08-28T18:29:55","date_gmt":"2019-08-28T10:29:55","guid":{"rendered":"http:\/\/iqotom.com\/?p=84"},"modified":"2019-09-09T10:20:25","modified_gmt":"2019-09-09T02:20:25","slug":"linux%e4%b8%8b%e5%b8%b8%e7%94%a8%e5%8e%8b%e7%bc%a9%e5%91%bd%e4%bb%a4","status":"publish","type":"post","link":"http:\/\/iqotom.com\/?p=84","title":{"rendered":"Linux\u4e0b\u5e38\u7528\u538b\u7f29\u547d\u4ee4"},"content":{"rendered":"\n<p> \u8bb0\u5f55\u4e00\u4e9bLinux\u4e0b\u5e38\u7528\u7684\u89e3\u538b\u7f29\u547d\u4ee4\uff0c\u4ee5\u4fbf\u67e5\u627e <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">tar\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u5305\uff1a$ tar xvf FileName.tar\n\u6253\u5305\uff1a$ tar cvf FileName.tar DirName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">gz\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b1\uff1a$ gunzip FileName.gz\n\u89e3\u538b2\uff1a$ gzip -d FileName.gz\n\u538b \u7f29\uff1a$ gzip FileName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">tar.gz\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ tar zxvf FileName.tar.gz\n\u538b\u7f29\uff1a$ tar zcvf FileName.tar.gz DirName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">bz2\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b1\uff1a$ bzip2 -d FileName.bz2\n\u89e3\u538b2\uff1a$ bunzip2 FileName.bz2\n\u538b \u7f29\uff1a$ bzip2 -z FileName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">tar.bz2\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ tar jxvf FileName.tar.bz2\n\u538b\u7f29\uff1a$ tar jcvf FileName.tar.bz2 DirName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">bz\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b1\uff1a$ bzip2 -d FileName.bz\n\u89e3\u538b2\uff1a$ bunzip2 FileName.bz<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">tar.bz\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ tar jxvf FileName.tar.bz<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Z\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ uncompress FileName.Z\n\u538b\u7f29\uff1a$ compress FileName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">tar.Z\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ tar Zxvf FileName.tar.Z\n\u538b\u7f29\uff1a$ tar Zcvf FileName.tar.Z DirName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">tgz\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ tar zxvf FileName.tgz<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">tar.tgz\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ tar zxvf FileName.tar.tgz\n\u538b\u7f29\uff1a$ tar zcvf FileName.tar.tgz FileName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">zip\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ unzip FileName.zip\n\u538b\u7f29\uff1a$ leName.zip DirName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">lha\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$ FileName.lha\n\u538b\u7f29\uff1a$ FileName.lha FileName<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">rar\u683c\u5f0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>\u89e3\u538b\uff1a$rar a FileName.rar\n\u538b\u7f29\uff1a$ FileName.rar<\/code><\/pre>\n\n\n\n<p> RAR\u4e0b\u8f7d\u5730\u5740\uff1a<a href=\"http:\/\/www.rarsoft.com\/download.htm\">http:\/\/www.rarsoft.com\/download.htm<\/a>  <\/p>\n\n\n\n<p>\u89e3\u538b\u540e\u8bf7\u5c06rar_static\u62f7\u8d1d\u5230\/usr\/bin\u76ee\u5f55\uff1a<code>$ cp rar_static \/usr\/bin\/rar<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8bb0\u5f55\u4e00\u4e9bLinux\u4e0b\u5e38\u7528\u7684\u89e3\u538b\u7f29\u547d\u4ee4\uff0c\u4ee5\u4fbf\u67e5\u627e<\/p>\n","protected":false},"author":1,"featured_media":144,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[7,20],"_links":{"self":[{"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/posts\/84"}],"collection":[{"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=84"}],"version-history":[{"count":5,"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/posts\/84\/revisions"}],"predecessor-version":[{"id":89,"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/posts\/84\/revisions\/89"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/media\/144"}],"wp:attachment":[{"href":"http:\/\/iqotom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=84"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=84"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}