Does "chmod -R 700 directory_1" update directories under softlinks? Forexample, there is a softlink under directory_1 folder: "my_softlink". And my_softlink points to a directory_2.
Will permissions of directory_2's and files under it be updated to 700 when I do "chmod -R 700 directory_1"
Best Regards
