Welcome Guest, Not a member yet? Register   Sign In
Folder or file permission
#1

[eluser]ka[/eluser]
Dear every one,

I used codeigniter to create folders and files. I don't know how can i put the permission on those folders or files.

Please help me.

Thanks inadvance
#2

[eluser]WanWizard[/eluser]
On what platform?

On *nix you can use chmod. For Windows it's a lot more complicated.
#3

[eluser]ka[/eluser]
I am using Windows.
I used CodeIgniter framework to create folders or files and i need to put permission on them.
anyone know? help me please

thanks
#4

[eluser]WanWizard[/eluser]
I wish you all the luck, Windows is (from every aspect) a nightmare.

You could have a look at this, and see if it helps you out.
#5

[eluser]Kamarg[/eluser]
Edit: Missed that you're on windows. Good luck indeed.
#6

[eluser]ka[/eluser]
Dear everybody,

Anyone know about this?

thanks
#7

[eluser]vitoco[/eluser]
to create folders and give permissions
MKDIR
to change permissions
CHMOD

i think if you create folder with public access, 0744 it's ok
for public files...0755

Saludos




Theme © iAndrew 2016 - Forum software by © MyBB