View Single Post
  #5 (permalink)  
Old 16-06-2008, 19:09
eUK-Martin's Avatar
eUK-Martin eUK-Martin is offline
Windows System Administrator
 
Join Date: Nov 2005
Location: Earth
Posts: 462
Default

This is how permissions are defined in Linux:
If I put them horizontally, they would read as:

755:
----
7 = Read [ 1 ] + Write [ 2 ] + Exe [ 4 ] for the owner/user.
5 = Read [ 1 ] + Exe [ 4 ] for the group.
5 = Read [ 1 ] + Exe [ 4 ] for the World/Other.

777:
----
7 = Read [ 1 ] + Write [ 2 ] + Exe [ 4 ] for the owner/user.
7 = Read [ 1 ] + Write [ 2 ] + Exe [ 4 ] for the group.
7 = Read [ 1 ] + Write [ 2 ] + Exe [ 4 ] for the World/Other.

Since PHP runs as others it will require 777 permissions to be able to write in to a folder.
__________________
Martin
Windows System Admin.


Windows VPS Hosting - Windows Dedicated Server - Web Hosting Tutorials

Email :: windows @ eUKhost.com AND support @ eUKhost.com
Reply With Quote