-rwxrwxrwx isn't the easiest thing to read, let's be honest. Verify your assumptions by viewing permissions in octal with stat:
stat -c "%a %n" /path/to/dir
-c for format, %a for access rights in octal, %n for file name
-c
%a
%n
No Comments Yet!