{"id":130,"date":"2021-12-13T19:48:45","date_gmt":"2021-12-13T11:48:45","guid":{"rendered":"http:\/\/139.9.1.231\/?p=130"},"modified":"2021-12-13T19:49:50","modified_gmt":"2021-12-13T11:49:50","slug":"linux-3","status":"publish","type":"post","link":"http:\/\/139.9.1.231\/index.php\/2021\/12\/13\/linux-3\/","title":{"rendered":"Linux\u4e0b\u89e3\u538b\u547d\u4ee4\u3001\u538b\u7f29\u547d\u4ee4\u5927\u5168"},"content":{"rendered":"\n<h2> <br>Linux\u4e0b\u89e3\u538b\u547d\u4ee4\u3001\u538b\u7f29\u547d\u4ee4\u5927\u5168 <\/h2>\n\n\n\n<ol><li>.tar \u6587\u4ef6\u7684\u89e3\u538b<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>   \u89e3\u5305\uff1atar xvf FileName.tar\n   \u6253\u5305\uff1atar cvf FileName.tar DirName\n    \uff08  \u6ce8\uff1atar\u662f\u6253\u5305\uff0c\u4e0d\u662f\u538b\u7f29\uff01\uff09<\/code><\/pre>\n\n\n\n<ol><li>.gz \u6587\u4ef6\u7684\u89e3\u538b<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u538b1\uff1agunzip FileName.gz\n    \u89e3\u538b2\uff1agzip -d FileName.gz\n    \u538b\u7f29\uff1agzip FileName<\/code><\/pre>\n\n\n\n<ol><li>.tar.gz \u548c .tgz<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u538b\uff1atar zxvf FileName.tar.gz\n    \u538b\u7f29\uff1atar zcvf FileName.tar.gz DirName<\/code><\/pre>\n\n\n\n<ol><li>.bz2<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u538b1\uff1abzip2 -d FileName.bz2\n    \u89e3\u538b2\uff1abunzip2 FileName.bz2\n    \u538b\u7f29\uff1a bzip2 -z FileName<\/code><\/pre>\n\n\n\n<ol><li>.tar.bz2<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u538b\uff1atar jxvf FileName.tar.bz2\n    \u538b\u7f29\uff1atar jcvf FileName.tar.bz2 DirName<\/code><\/pre>\n\n\n\n<ol><li>.bz<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u538b1\uff1abzip2 -d FileName.bz\n    \u89e3\u538b2\uff1abunzip2 FileName.bz<\/code><\/pre>\n\n\n\n<ol><li>.tar.bz<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u538b\uff1atar jxvf FileName.tar.bz<\/code><\/pre>\n\n\n\n<ol><li>.zip<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u538b\uff1aunzip FileName.zip\n    \u538b\u7f29\uff1azip FileName.zip DirName<\/code><\/pre>\n\n\n\n<ol><li>.rar<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u538b\uff1arar x FileName.rar\n    \u538b\u7f29\uff1arar a FileName.rar DirName\n\n    rar  a etc.rar \/etc\/                  \/\/\u538b\u7f29\u6e90\u6587\u4ef6\u5230\u6307\u5b9a\u7684\u8def\u5f84\u4e0b\n\n    rar x etc.rar                       \/\/\u89e3\u538b<\/code><\/pre>\n\n\n\n<ol><li>.rpm<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>  \u89e3\u5305\uff1arpm2cpio FileName.rpm | cpio -div  <\/code><\/pre>\n\n\n\n<ol><li>.deb<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>    \u89e3\u5305\uff1aar p FileName.deb data.tar.gz | tar zxf -<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Linux\u4e0b\u89e3\u538b\u547d\u4ee4\u3001\u538b\u7f29\u547d\u4ee4\u5927\u5168 .tar \u6587\u4ef6\u7684\u89e3\u538b .gz \u6587\u4ef6\u7684\u89e3\u538b .tar.gz \u548c .tgz . &hellip; <a href=\"http:\/\/139.9.1.231\/index.php\/2021\/12\/13\/linux-3\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">Linux\u4e0b\u89e3\u538b\u547d\u4ee4\u3001\u538b\u7f29\u547d\u4ee4\u5927\u5168<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"_links":{"self":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/130"}],"collection":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/comments?post=130"}],"version-history":[{"count":2,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/130\/revisions"}],"predecessor-version":[{"id":132,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/posts\/130\/revisions\/132"}],"wp:attachment":[{"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/139.9.1.231\/index.php\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}