1.查看权限

# ls -l dirPath

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

# chmod -R 777 dirPath

  

  

 

相关文章:

  • 2021-10-02
  • 2021-08-24
  • 2021-09-15
  • 2021-08-17
  • 2021-11-24
  • 2021-08-28
  • 2021-06-30
  • 2021-05-07
猜你喜欢
  • 2022-12-23
  • 2021-05-31
  • 2021-10-13
  • 2021-08-21
  • 2021-12-02
相关资源
相似解决方案