Confirmed users
4,467
edits
Line 227: | Line 227: | ||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | ||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | ||
^^ Last line is WRONG, should be |find . -maxdepth 1 -type d ! -perm 2755 | ^^ Last line is WRONG, should be |find . -maxdepth 1 -type d ! -perm 2755 -name 'contrib*'| | ||
==== Virus check ==== | ==== Virus check ==== |