Gecko Drwxr-xr-x [updated] Review
When you see “gecko” in a terminal listing ( ls -l ), it usually refers to a .
Here, drwxr-xr-x is the expected permission of a namespace directory that the Gecko sandbox failed to access. gecko drwxr-xr-x
| Position | Character(s) | Meaning | |----------|--------------|---------| | 1 | d | (not a regular file) | | 2-4 | rwx | User/Owner can Read, Write, eXecute | | 5-7 | r-x | Group can Read, eXecute (but NOT Write) | | 8-10 | r-x | Others (everyone else) can Read, eXecute | When you see “gecko” in a terminal listing
