{"id":9427,"date":"2023-11-28T21:03:05","date_gmt":"2023-11-28T13:03:05","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=9427"},"modified":"2023-11-30T22:20:31","modified_gmt":"2023-11-30T14:20:31","slug":"linux-zhongls-ming-ling-zhi-xing-shen-me-gong-neng","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/linux-zhongls-ming-ling-zhi-xing-shen-me-gong-neng\/","title":{"rendered":"Linux \u4e2d Ls \u547d\u4ee4\u6267\u884c\u4ec0\u4e48\u529f\u80fd\uff1f\u53ef\u4ee5\u5e26\u54ea\u4e9b\u53c2\u6570\uff0c\u6709\u4ec0\u4e48\u533a\u522b\uff1f"},"content":{"rendered":"<p>\u5f53\u7136\u77e5\u9053\uff01\u5728Linux\u4e2d\uff0c\u89e3\u538b\u7f29\u548c\u538b\u7f29\u6587\u4ef6\u662f\u4e00\u4e2a\u5e38\u89c1\u7684\u4efb\u52a1\u3002\u8fd9\u91cc\u6709\u51e0\u4e2a\u5e38\u7528\u7684\u547d\u4ee4\uff1a<\/p>\n<ol>\n<li>\n<p><strong>\u89e3\u538b\u7f29\u547d\u4ee4\uff1a<\/strong><\/p>\n<ul>\n<li>\n<p><strong>\u89e3\u538b <code>.tar<\/code> \u6587\u4ef6\uff1a<\/strong><\/p>\n<pre><code class=\"language-bash\">tar -xvf file.tar\n<\/code><\/pre>\n<p><code>-x<\/code> \u8868\u793a\u63d0\u53d6\u6587\u4ef6\uff0c<code>-v<\/code> \u8868\u793a\u8be6\u7ec6\u8f93\u51fa\uff0c<code>-f<\/code> \u6307\u5b9a\u6587\u4ef6\u540d\u3002<\/p>\n<\/li>\n<li>\n<p><strong>\u89e3\u538b <code>.tar.gz<\/code> \u6216 <code>.tgz<\/code> \u6587\u4ef6\uff1a<\/strong><\/p>\n<pre><code class=\"language-bash\">tar -xzvf file.tar.gz\n<\/code><\/pre>\n<p><code>-z<\/code> \u8868\u793a\u4f7f\u7528gzip\u8fdb\u884c\u538b\u7f29\u3002<\/p>\n<\/li>\n<li>\n<p><strong>\u89e3\u538b <code>.tar.bz2<\/code> \u6587\u4ef6\uff1a<\/strong><\/p>\n<pre><code class=\"language-bash\">tar -xjvf file.tar.bz2\n<\/code><\/pre>\n<p><code>-j<\/code> \u8868\u793a\u4f7f\u7528bzip2\u8fdb\u884c\u538b\u7f29\u3002<\/p>\n<\/li>\n<li>\n<p><strong>\u89e3\u538b <code>.zip<\/code> \u6587\u4ef6\uff1a<\/strong><\/p>\n<pre><code class=\"language-bash\">unzip file.zip\n<\/code><\/pre>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>\u538b\u7f29\u547d\u4ee4\uff1a<\/strong><\/p>\n<ul>\n<li>\n<p><strong>\u538b\u7f29\u4e3a <code>.tar<\/code> \u6587\u4ef6\uff1a<\/strong><\/p>\n<pre><code class=\"language-bash\">tar -cvf archive.tar file1 file2 directory1\n<\/code><\/pre>\n<p><code>-c<\/code> \u8868\u793a\u521b\u5efa\u5f52\u6863\u6587\u4ef6\u3002<\/p>\n<\/li>\n<li>\n<p><strong>\u538b\u7f29\u4e3a <code>.tar.gz<\/code> \u6587\u4ef6\uff1a<\/strong><\/p>\n<pre><code class=\"language-bash\">tar -czvf archive.tar.gz file1 file2 directory1\n<\/code><\/pre>\n<p><code>-z<\/code> \u8868\u793a\u4f7f\u7528gzip\u8fdb\u884c\u538b\u7f29\u3002<\/p>\n<\/li>\n<li>\n<p><strong>\u538b\u7f29\u4e3a <code>.tar.bz2<\/code> \u6587\u4ef6\uff1a<\/strong><\/p>\n<pre><code class=\"language-bash\">tar -cjvf archive.tar.bz2 file1 file2 directory1\n<\/code><\/pre>\n<p><code>-j<\/code> \u8868\u793a\u4f7f\u7528bzip2\u8fdb\u884c\u538b\u7f29\u3002<\/p>\n<\/li>\n<li>\n<p><strong>\u538b\u7f29\u4e3a <code>.zip<\/code> \u6587\u4ef6\uff1a<\/strong><\/p>\n<pre><code class=\"language-bash\">zip -r archive.zip file1 file2 directory1\n<\/code><\/pre>\n<p><code>-r<\/code> \u8868\u793a\u9012\u5f52\u538b\u7f29\u6587\u4ef6\u5939\u4e2d\u7684\u5185\u5bb9\u3002<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>\u4ee5\u4e0a\u547d\u4ee4\u63d0\u4f9b\u4e86\u57fa\u672c\u7684\u89e3\u538b\u7f29\u548c\u538b\u7f29\u529f\u80fd\uff0c\u4f60\u53ef\u4ee5\u6839\u636e\u9700\u8981\u5bf9\u6587\u4ef6\u6216\u76ee\u5f55\u8fdb\u884c\u64cd\u4f5c\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5f53\u7136\u77e5\u9053\uff01\u5728Linux\u4e2d\uff0c\u89e3\u538b\u7f29\u548c\u538b\u7f29\u6587\u4ef6\u662f\u4e00\u4e2a\u5e38\u89c1\u7684\u4efb\u52a1\u3002\u8fd9\u91cc\u6709\u51e0\u4e2a\u5e38\u7528\u7684\u547d\u4ee4\uff1a \u89e3\u538b\u7f29\u547d\u4ee4\uff1a \u89e3\u538b .ta [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[105],"tags":[],"class_list":["post-9427","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/9427","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=9427"}],"version-history":[{"count":3,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/9427\/revisions"}],"predecessor-version":[{"id":13807,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/9427\/revisions\/13807"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=9427"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=9427"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=9427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}