chmod 777The chmod command allows users to change read and write permissions in Unix systems. This guide covers how to use chmod to view and modify these permission onchmod 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