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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -