精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 操作系統(tǒng) > Linux教程 > Linux rm刪除文件命令介紹

      Linux rm刪除文件命令介紹

      時(shí)間: 志藝942 分享

      Linux rm刪除文件命令介紹

        linux命令在系統(tǒng)中有兩種類型:內(nèi)置Shell命令和Linux命令。那么你知道Linux rm刪除文件命令介紹么?接下來是小編為大家收集的Linux rm刪除文件命令介紹,歡迎大家閱讀:

        Linux rm刪除文件命令介紹

        直接rm就可以了,不過要加個(gè)參數(shù)-f 即:rm -f 文件路徑

        -f 就是直接強(qiáng)行刪除,不作任何提示的意思

        刪除文件使用實(shí)例:

        rm -f /var/log/httpd/access.log

        將會(huì)強(qiáng)制刪除/var/log/httpd/access.log這個(gè)文件

        刪除目錄使用實(shí)例:

        rm -rf /var/log/httpd/access

        將會(huì)刪除/var/log/httpd/access目錄以及其下所有文件、文件夾

        需要提醒的是:使用這個(gè)rm -rf的時(shí)候一定要格外小心,linux沒有回收站的

        當(dāng)然,rm還有更多的其他參數(shù)和用法,man rm就可以查看了

        
      看了“Linux rm刪除文件命令介紹”還想看:

      1.Linuxrm刪除文件命令的用法介紹

      2.Linux rm 刪除文件命令的用法

      3.linux rm刪除文件和目錄使用詳解

      4.Linux中rm與rmdir刪除命令的用法詳解

      5.Linux 刪除文件 rm 命令使用實(shí)例

      2961864