Centos 文件权限修改

  1.查看权限

# ls -l dirPath

  2.修改权限,root权限执行(-R 子目录的权限都会改变)

# chmod -R 777 dirPath

  

  

 

posted @ 2019-07-08 22:14  funbin  阅读(19163)  评论(0编辑  收藏  举报