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

chmod a+x和chmod u+x区别

时间:2020-04-22 11:35:14      阅读:654      评论:0      收藏:0      [点我收藏+]

标签:有用   表示   其它   权限   txt   用户组   chm   执行   文件   

u 表示用户
g 表示用户组
o 表示其它
a 表示所有

chmod a+x a.txt 等价于 chmod +x a.txt
给所有用户给予a.txt文件可执行权限
chmod u+x a.txt
a.txt文件的所有用户可执行权限
chmod g+x a.txt
a.txt用户组可执行权限
chmod o+x a.txt
a.txt其他用户可执行权限

chmod a+x和chmod u+x区别

标签:有用   表示   其它   权限   txt   用户组   chm   执行   文件   

原文地址:https://www.cnblogs.com/360minitao/p/12750824.html

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