Change permissions for multiple files
chmod u+rwx,g+rx,o+rx $(find . -name '*.cgi' -print)
For chmod values visit zzee.com
TextSnippets > sandra_q > shell
1160 users tagging and storing useful source code snippets
sandra q.
chmod u+rwx,g+rx,o+rx $(find . -name '*.cgi' -print)