【发布时间】:2013-09-06 22:52:56
【问题描述】:
这听起来可能很傻,但我有一个需要运行的文件/脚本,为了做到这一点,我必须将其更改为可执行。我想使用chmod a+x 或chmod 755。但是使用chmod a+x和chmod 755有区别吗?
【问题讨论】:
-
chmod 是更改模式的缩写。 chmod [references][operator][modes] file a+x 意思是a -> all(owner,group and other)