How to Apply Chmod 777 to a Folder and its Contents in Linux
chmod 777chmod 777 foldername will give read, write, and execute permissions for everyone. chmod 700 foldername will give read, write, and executeTo apply chmod 777 recursively to a folder and all its contents, you can use the -R