Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。












想改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。

7年前关闭。



Improve this question




这听起来可能很愚蠢,但是我有一个需要运行的文件/脚本,为了执行此操作,我必须将其更改为可执行文件。我想使用chmod a+xchmod 755。但是,使用chmod a+xchmod 755有什么区别吗?

最佳答案

chmod a+x修改参数的模式,而chmod 755设置它。在具有完全权限或没有权限的地方尝试两种变体,您会注意到其中的不同。

关于linux - 使用 “chmod a+x”和 “chmod 755”之间的区别,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18596778/

10-11 21:04