kernel-lite-small-shell-cmd-file-rmdir.md 2.2 KB
Newer Older
W
wenjun 已提交
1 2
# rmdir<a name="ZH-CN_TOPIC_0000001052170280"></a>

N
NEEN 已提交
3 4 5 6 7 8 9
-   [命令功能](#section1839611420266)
-   [命令格式](#section329574512266)
-   [参数说明](#section15865747102620)
-   [使用指南](#section107857508261)
-   [使用实例](#section11196165315262)
-   [输出说明](#section1073811415613)

W
wenjun 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
## 命令功能<a name="section1839611420266"></a>

rmdir命令用来删除一个目录。

## 命令格式<a name="section329574512266"></a>

rmdir \[_dir_\]

## 参数说明<a name="section15865747102620"></a>

**表 1**  参数说明

<a name="table1557mcpsimp"></a>
<table><thead align="left"><tr id="row1563mcpsimp"><th class="cellrowborder" valign="top" width="21%" id="mcps1.2.4.1.1"><p id="p1565mcpsimp"><a name="p1565mcpsimp"></a><a name="p1565mcpsimp"></a>参数</p>
</th>
<th class="cellrowborder" valign="top" width="52%" id="mcps1.2.4.1.2"><p id="p1567mcpsimp"><a name="p1567mcpsimp"></a><a name="p1567mcpsimp"></a>参数说明</p>
</th>
<th class="cellrowborder" valign="top" width="27%" id="mcps1.2.4.1.3"><p id="p1569mcpsimp"><a name="p1569mcpsimp"></a><a name="p1569mcpsimp"></a>取值范围</p>
</th>
</tr>
</thead>
<tbody><tr id="row1570mcpsimp"><td class="cellrowborder" valign="top" width="21%" headers="mcps1.2.4.1.1 "><p id="p1572mcpsimp"><a name="p1572mcpsimp"></a><a name="p1572mcpsimp"></a>dir</p>
</td>
<td class="cellrowborder" valign="top" width="52%" headers="mcps1.2.4.1.2 "><p id="p1574mcpsimp"><a name="p1574mcpsimp"></a><a name="p1574mcpsimp"></a>需要删除目录的名称,删除目录必须为空,支持输入路径。</p>
</td>
<td class="cellrowborder" valign="top" width="27%" headers="mcps1.2.4.1.3 "><p id="p1576mcpsimp"><a name="p1576mcpsimp"></a><a name="p1576mcpsimp"></a>N/A</p>
</td>
</tr>
</tbody>
</table>

## 使用指南<a name="section107857508261"></a>

-   rmdir命令只能用来删除目录。
-   rmdir一次只能删除一个目录。
-   rmdir只能删除空目录。

## 使用实例<a name="section11196165315262"></a>

举例:输入rmdir dir

## 输出说明<a name="section1073811415613"></a>

**图 1**  删除一个名为 dir 的目录<a name="fig118404315311"></a>  
D
duangavin123 已提交
54
![](figure/删除一个名为-dir-的目录.png "删除一个名为-dir-的目录")
W
wenjun 已提交
55