What are the different file permission codes and what do they mean?

Posted by zeckdude on Super User See other posts from Super User or by zeckdude
Published on 2010-06-05T22:33:36Z Indexed on 2010/06/06 7:42 UTC
Read the original article Hit count: 157

Filed under:
|
|
|

I am working with a file upload script. I am currently uploading a file and then trying to echo out an anchor linking to that file, but since I used mkdir() with 0700 permissions to upload the file, it won't allow me access to view the file.

I am pretty sure the problem I am experiencing is because of the file permission code I used. The problem is I just don't know what all the different file permission codes are and what they mean.

Can somebody please list out all the different file permissions and what they each do?

© Super User or respective owner

Related posts about php

Related posts about linux