chmod +x vs chmod 755

chmod +x vs chmod 755

What is the difference between “chmod +x” and “chmod 755”?

https://askubuntu.com/questions/932713/what-is-the-difference-between-chmod-x-and-chmod-755

chmod +x is equal to chmod ugo+x (Based on umask value)
chmod 755 is equal to chmod u=rwx,go=rx

refs



©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


版权声明:本文为xgqfrms原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/xgqfrms/p/14211682.html