chmod 777chmod 777 foldername will give read, write, and execute permissions for everyone. chmod 700 foldername will give read, write, and executechmod 777 -R .* ..[!.]* Bash has this command. shopt -s dotglob to also include hidden files in commands (shopt -u dotglob to disable that behaviour) if you want to stick to