Skip to content

Instantly share code, notes, and snippets.

@kylegato
Created January 8, 2014 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylegato/b34193baed0cc13300fd to your computer and use it in GitHub Desktop.
Save kylegato/b34193baed0cc13300fd to your computer and use it in GitHub Desktop.
[root@bd0 /conf]# find . ! -perm 420 -type f | wc -l
0
[root@bd0 /conf]# find . -perm 420 -type f | wc -l
396
[root@bd0 /conf]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment