rmdir 删除空的目录 rm -rf 删除一个不为空的目录
mkdir 建立目录 mkdir -m 711 test2 建立时直接设定权限 mkdir -p test1/test2/test3/test4/test5 建立多层目录