Quote:
Originally Posted by alias
So single file only versus recursive? EG: 444 for one file with +r vs a -R recursive command like chmod -R 777 directory.
Amirite?
|
Not remotely, LOL. +r can be used recursively, i.e.:
chmod -R +r directory/
Or by itself, i.e.:
chmod -r file