QMS Software

Gecko Drwxrxrx Updated Page

| Type | String | Length | Valid? | |------|--------|--------|--------| | Normal | drwxr-xr-x | 10 | Yes | | Abnormal | drwxrxrx | 9 | No (missing a hyphen) |

gecko$ stat -c "%a %n" /path/to/directory Output should be 755 , 775 , etc. To set a directory to drwxr-xr-x (755): gecko drwxrxrx updated

At first glance, it looks like a mix of a file listing, a permission string, and a status message. Is it an error? A security alert? A forgotten debug message from a Mozilla project? | Type | String | Length | Valid