标签:删除空目录 bsp 创建 linux命令 rmdir lin hello 命令 目录
mkdir -p /home/hello/hello -p表示递归创建
rmdir只能删除空目录
cp /home/hello/11.txt /temp
cp -r /home/hello /temp -r表示复制目录
linux命令及Shell
原文地址:http://www.cnblogs.com/hzzhero/p/6886583.html