linux - Difference between using "chmod a+x" and "chmod 755" -
this may sound silly, have file/ script need run , in order must change become executable. want use either chmod a+x
or chmod 755
. there difference between using chmod a+x
, chmod 755
?
chmod a+x
modifies argument's mode while chmod 755
sets it. try both variants on has full or no permissions , notice difference.
Comments
Post a Comment