user377370
user377370

Reputation: 13

php chmod mkdir

I want to know what is the safiest chmode for creating user folders and user files. I create a user folder for each registration (in mode 700) and users can upload images into their folder. I read the php documentation but I'm still confuse about terms "owner", "group", "public"? Can I have a full explanation about it? (I can't found a good explanation on google)

Thanks.

Upvotes: 1

Views: 144

Answers (1)

George Marian
George Marian

Reputation: 2669

This description seems decent:

http://www.perlfect.com/articles/chmod.shtml

Upvotes: 1

Related Questions