Mouse Posted March 28, 2006 Share Posted March 28, 2006 CHMOD to 777 - ???I have read the PHP manual on this but it is not 100% clear to me. I see on some scripts “set File_name CHMOD to 777” erm, what? How do I do this and more to the point why????Many thanks Mouse Quote Link to comment https://forums.phpfreaks.com/topic/5994-chmod-to-777/ Share on other sites More sharing options...
wildteen88 Posted March 28, 2006 Share Posted March 28, 2006 CHMOD sets perssions which can restrain users from doing certains things on your files/folders. Therer are three groups which are Owner, Group and PublicEach groups has three settings which are Read, Write and Execute. The defualt perssions for your files is usually 0644. You can set these permissions in your FTP client after you have uploaded your files to the server. Once uploaded depending on your FTP client right click on the file and select Properties or Perssions from the menu. A small box should popup and a perssions table should be shown with tickboxes for each read, execute and write settings in each group. If you tick all the read, write and execute tickboxes in all three groups that wil set your file permissions to CHMOD 0777.CHMOD is a much more advanced file permission handler than WIndows persions which is just one setting Read-Only! Quote Link to comment https://forums.phpfreaks.com/topic/5994-chmod-to-777/#findComment-21492 Share on other sites More sharing options...
Mouse Posted March 28, 2006 Author Share Posted March 28, 2006 [!--quoteo(post=359189:date=Mar 28 2006, 10:13 AM:name=wildteen88)--][div class=\'quotetop\']QUOTE(wildteen88 @ Mar 28 2006, 10:13 AM) [snapback]359189[/snapback][/div][div class=\'quotemain\'][!--quotec--]CHMOD sets perssions which can restrain users from doing certains things on your files/folders. Therer are three groups which are Owner, Group and PublicEach groups has three settings which are Read, Write and Execute. The defualt perssions for your files is usually 0644. You can set these permissions in your FTP client after you have uploaded your files to the server. Once uploaded depending on your FTP client right click on the file and select Properties or Perssions from the menu. A small box should popup and a perssions table should be shown with tickboxes for each read, execute and write settings in each group. If you tick all the read, write and execute tickboxes in all three groups that wil set your file permissions to CHMOD 0777.CHMOD is a much more advanced file permission handler than WIndows persions which is just one setting Read-Only![/quote]So why didn't they just say that then???Many thanksMouse Quote Link to comment https://forums.phpfreaks.com/topic/5994-chmod-to-777/#findComment-21513 Share on other sites More sharing options...
wildteen88 Posted March 28, 2006 Share Posted March 28, 2006 I guess its beacuase they are just damn right lazy which most PHP coders, apart from pros (i hope) which I aint, are and that they expect to know everythink, lol Quote Link to comment https://forums.phpfreaks.com/topic/5994-chmod-to-777/#findComment-21637 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.