# learn_bash A repo dedicated to getting better at Bash Shell scripting ## Commands Add read and execute to a script using the DAC who symbols `u`, `g`, `o`. The ` a` symbol is equivalent to `ugo`. Both the read and execute bits must be set for the shell to read then execture a shell scripte. ```bash chmod u+rx