home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / LOGS / setpermissions.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2017-09-21  |  133b  |  9 lines

  1. #!/bin/sh
  2.  
  3. chmod a+rx .
  4. chmod -Rf 700 *.pl
  5. chmod -Rf 644 *.html *.txt
  6. chmod -f 755 img lib .
  7. chmod -Rf 644 img/*
  8. chmod -Rf 644 lib/*
  9.