1:

  chmod u+x filea    -- 这个为u用户增加execute 权限!

  Linux 权限设置

2:

      chmod u-r,g-r,o-r filea        对user,group,others 都减去read 权限!

  Linux 权限设置

3:

  chmod 777 filea             对user,group,others 都加上rwx权限!

  Linux 权限设置

相关文章:

  • 2022-02-09
  • 2022-01-04
  • 2021-07-30
  • 2021-08-02
  • 2021-09-08
  • 2022-12-23
  • 2021-04-26
猜你喜欢
  • 2021-08-22
  • 2021-07-05
  • 2021-12-23
  • 2021-09-01
  • 2021-08-21
  • 2021-06-14
  • 2021-11-23
相关资源
相似解决方案