Web Hosting Talk







View Full Version : chmod 777


Dedicated
09-05-2001, 04:45 PM
I have a folder in the cgi-bin which is chmod 777 but there are some files which I would like to chmod 777 but can't do it for all files why?

Palm
09-05-2001, 04:58 PM
What do you mean you can't?

You can chmod them through shell by typing.

chmod -R 777 foldername (this will chmod everything 777 with int eh folder)

Or you can manually chmod every file in cpanel by clicking on the files and picking the permission option.

Dedicated
09-05-2001, 05:02 PM
I have tried that but does not work it let me to chmod 777 for some files but not every file in that folder.

huck
09-05-2001, 05:29 PM
Are you doing this at root?

If not, do you own the files?

Dedicated
09-05-2001, 06:00 PM
It did work now I forget to put -R before.

Palm you came to the rescue again :D thank you

Palm
09-05-2001, 07:27 PM
:)