I need to set out permission set to chmod -R 777 recursively for every user and group how would I can able to do it
When applying
chmod -R 777 ./
I am able to set the permission 777 for all folders and content but not other users are able to change the permission or change the content.