/etc/issue
$1
$ chmod -R 777 .
$ find . -type d -exec chmod 777 \{\} \;
$ find . -type f -exec chmod 777 \{\} \;
$ find . -type f -name '*.sh' -exec chmod 777 \{\} \;