Jump to content
4 posts in this topic

Recommended Posts

644 is the correct one as it puts the kernel in rw-r--r-- meaning read and write by Root and all other can read.

If you use 755, it will be rwxr-xr-x, it adds execute permission to everyone which is risky if some wise guy decides to run it from a terminal session it could potentially crash the system.

×
×
  • Create New...