Jump to content

CHMOD to 777 - ???


Mouse

Recommended Posts

CHMOD sets perssions which can restrain users from doing certains things on your files/folders. Therer are three groups which are Owner, Group and Public

Each 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!
Link to comment
https://forums.phpfreaks.com/topic/5994-chmod-to-777/#findComment-21492
Share on other sites

[!--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 Public

Each 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 thanks

Mouse
Link to comment
https://forums.phpfreaks.com/topic/5994-chmod-to-777/#findComment-21513
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.