Hello, I have those 4 directories: as you see they are all set to 755 permission however one of them is drwxr-xr-x instead of sr. how can i change that please? i have been trying forever to do that but always failed. Thank you
chmod g+s folder fixed the problem but its now showing a Capital 'S', what i need is the small letter s. Any idea? thanks!
That is the setgid bits meaning its permission 6755 Why do you need to change that? You want to be careful changing anything needing that. You would change it by chmod 0755 to match the others. here is an article explaining in detail about this. https://www.gnu.org/software/coreutils/manual/html_node/Directory-Setuid-and-Setgid.html