Skip to content

Instantly share code, notes, and snippets.

@Sciss
Created June 18, 2015 10:38
Show Gist options
  • Select an option

  • Save Sciss/d22e2ae49ca3ee387e73 to your computer and use it in GitHub Desktop.

Select an option

Save Sciss/d22e2ae49ca3ee387e73 to your computer and use it in GitHub Desktop.
#!/bin/sh
# cf. http://superuser.com/questions/91935/how-to-chmod-all-directories-except-files-recursively
find /media/hhrutz/MnemoN/WRITE/LeereNull150618_1 -type d -exec chmod 555 {} +
find /media/hhrutz/MnemoN/WRITE/LeereNull150618_1 -type f -exec chmod 444 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment