• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

n00b ----> How do you set permissions (CHMOD 666 , 777) in win2k?

Francodman

Diamond Member
Teachin' myself some PHP, and I need to know how to change permissions of certain php files. Anyone care to help a sucker out 🙂


-F
 
Well, in windows there is no command called chmod. In Windows Explore just click on the appropiate settings in the security tab under file properties...
 
Originally posted by: Mucman
Well, in windows there is no command called chmod. In Windows Explore just click on the appropiate settings in the security tab under file properties...

CHMOD is a unix command BTW. Hes just trying to get sympathy for knowing it :;. IIRC, it sets the accessibility of the file.
 
you don't, there is no permissions like there are in unix. if the webserver can read a file, it can also execute a file, and I bet the webserver is running with admin rights, and can read any file it wants.
 
Back
Top