Most likely: gecko@server $ chmod 755 /some/dir → resulting permissions drwxr-xr-x → log entry “gecko drwxrxrx updated”
In developer communities, "drwxrxrx updated" usually refers to a specific Commit or Push in a repository: Version Control: gecko drwxrxrx updated
(755) permissions on the binary to ensure it can be executed by the system. 3. Setting the Permissions To ensure your Gecko-related binary has the Most likely: gecko@server $ chmod 755 /some/dir →
In the context of an "update," many Linux distributions (like GeckoLinux ) or application installers use chmod 755 to ensure that critical browser folders remain accessible to the system without being wide open to security risks. Why "Gecko" Requires These Specific Permissions gecko drwxrxrx updated
gecko$ logger "Directory permissions updated to drwxr-xr-x (755) on gecko"
gecko$ find /var/log -name "*.log" -exec sed -i 's/gecko drwxrxrx updated/gecko: directory permissions corrected to drwxr-xr-x/g' {} \;