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 发布文章使用:只允许注册用户才可以访问!