码迷,mamicode.com
首页 > 其他好文 > 详细

chmod无执行权限

时间:2021-06-17 16:26:06      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:chm   nbsp   chmod   set   通过   pre   添加权限   div   sbin   

查看chmod

[17:03:46 root@localhost data]#ll /usr/bin/chmod 
-rw-r--r--. 1 root root 58584 Nov  6  2016 /usr/bin/chmod

通过chmod自己给自己添加权限,显示拒绝

[17:03:58 root@localhost data]#chmod +x /usr/sbin/chmod
-bash: /usr/bin/chmod: Permission denied

解决办法:

  通过acl添加执行权限

setfacl -m u:root:x /usr/bin/chmod

  使用chmod给自己添加执行权限

chmod +x /usr/bin/chmod

  取消掉acl权限

setfacl -b /usr/bin/chmod 

 

chmod无执行权限

标签:chm   nbsp   chmod   set   通过   pre   添加权限   div   sbin   

原文地址:https://www.cnblogs.com/alexlv/p/14890167.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!