问答网

当前位置: 首页 > 知识问答 > linux如何删除文件夹

linux如何删除文件夹

知识问答 浏览4次

- 使用rmdir命令删除空文件夹:rmdir /path/to/directory

- 使用rm命令删除非空文件夹:rm -r /path/to/directory