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