What are the different file permission codes and what do they mean?
Posted
by zeckdude
on Stack Overflow
See other posts from Stack Overflow
or by zeckdude
Published on 2010-06-05T22:33:36Z
Indexed on
2010/06/05
22:42 UTC
Read the original article
Hit count: 173
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?
© Stack Overflow or respective owner