1 #!/bin/bash 2 3 chmod -R o+r /usr/local/autotest 4 find /usr/local/autotest/ -type d | xargs chmod o+x 5 chmod o+x /usr/local/autotest/tko/*.cgi 6