瀏覽量:81次
今天學(xué)習(xí)一下linux中命令: rmdir命令。rmdir是常用的命令,該命令的功能是刪除空目錄,一個(gè)目錄被刪除之前必須是空的。(注意,rm - r dir命令可代替rmdir,但是有很大危險(xiǎn)性。)刪除某目錄時(shí)也必須具有對父目錄的寫權(quán)限。
1.命令格式:
rmdir [選項(xiàng)]... 目錄...
2.命令功能:
該命令從一個(gè)目錄中刪除一個(gè)或多個(gè)子目錄項(xiàng),刪除某目錄時(shí)也必須具有對父目錄的寫權(quán)限。
3.命令參數(shù):
- p 遞歸刪除目錄dirname,當(dāng)子目錄刪除后其父目錄為空時(shí),也一同被刪除。如果整個(gè)路徑被刪除或者由于某種原因保留部分路徑,則系統(tǒng)在標(biāo)準(zhǔn)輸出上顯示相應(yīng)的信息。 -v, --verbose 顯示指令執(zhí)行過程
4.命令實(shí)例:
實(shí)例一:rmdir 不能刪除非空目錄 命令: rmdir doc 輸出: [root@localhost scf]# tree . |-- bin |-- doc | |-- info | `-- product |-- lib |-- logs | |-- info | `-- product `-- service `-- deploy |-- info `-- product
12 directories, 0 files [root@localhost scf]# rmdir doc rmdir: doc: 目錄非空 [root@localhost scf]# rmdir doc/info [root@localhost scf]# rmdir doc/product [root@localhost scf]# tree . |-- bin |-- doc |-- lib |-- logs | |-- info | `-- product `-- service `-- deploy |-- info `-- product
10 directories, 0 files
說明: rmdir 目錄名 命令不能直接刪除非空目錄
實(shí)例2:rmdir -p 當(dāng)子目錄被刪除后使它也成為空目錄的話,則順便一并刪除 命令: rmdir -p logs 輸出: [root@localhost scf]# tree . |-- bin |-- doc |-- lib |-- logs | `-- product `-- service `-- deploy |-- info `-- product
10 directories, 0 files [root@localhost scf]# rmdir -p logs rmdir: logs: 目錄非空 [root@localhost scf]# tree . |-- bin |-- doc |-- lib |-- logs | `-- product `-- service `-- deploy |-- info `-- product
9 directories, 0 files [root@localhost scf]# rmdir -p logs/product [root@localhost scf]# tree . |-- bin |-- doc |-- lib `-- service `-- deploy |-- info `-- product
7 directories, 0 files
[聲明]本網(wǎng)轉(zhuǎn)載網(wǎng)絡(luò)媒體稿件是為了傳播更多的信息,此類稿件不代表本網(wǎng)觀點(diǎn),本網(wǎng)不承擔(dān)此類稿件侵權(quán)行為的連帶責(zé)任。故此,如果您發(fā)現(xiàn)本網(wǎng)站的內(nèi)容侵犯了您的版權(quán),請您的相關(guān)內(nèi)容發(fā)至此郵箱【779898168@qq.com】,我們在確認(rèn)后,會立即刪除,保證您的版權(quán)。
官網(wǎng)優(yōu)化
整站優(yōu)化
渠道代理
400-655-5776