Return to Snippet

Revision: 18294
at September 27, 2009 15:34 by 1b0t


Initial Code
find . ! -type d -exec chmod -x {} \;

Initial URL


Initial Description


Initial Title
make all files (not directories) not executable

Initial Tags
Bash, files, find

Initial Language
Bash