首页 > 代码库 > linux命令及Shell

linux命令及Shell

mkdir   -p    /home/hello/hello        -p表示递归创建            

rmdir只能删除空目录 

 

cp   /home/hello/11.txt    /temp

cp  -r  /home/hello   /temp    -r表示复制目录

linux命令及Shell