Help regarding CHMOD

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
misteeque
Forum Newbie
Posts: 1
Joined: Tue Apr 05, 2011 10:55 am

Help regarding CHMOD

Post by misteeque »

hi i am totally new to php and i bought a php script online and now i am unable to edit it.
the text file says something like:

"
CHMOD 755 to EXEC.php And Fox.php and CHMOD 766 to admin.php and config.php
"

what exactly is this chmod? how and where to apply it to php files?
your help will be greatly appreciated. thank you.

P.S: i know how to work in cPanel (if that is of any help !!)
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: Help regarding CHMOD

Post by Doug G »

chmod is a linux program for manipulating file permissions. chmod doesn't work with a windows server filesystem.

You can learn about chmod from this wikipedia page. http://en.wikipedia.org/wiki/Chmod
Post Reply