How do I recursively execute chmod or chown for hidden files?
sudo chmod -R 775 * does not work on hidden files.
The same thing goes for sudo chown -R user:group.
|
How do I recursively execute
The same thing goes for |
||||
|
|
|
If you're okay also chmod'ing the current directory, do that and let
|
|||||||||||||
|
|
Read more about it in bash's
This will make
Disable it with:
|
|||
|
|
|
Another option is to use
The only downside is that |
|||
|
|