QUOTE
chmod 664 file sets read and write access for the owner, the group, and not for all others.
Is that correct? In my FTP program (FileZilla) 664 will also give Other read permissions:
CODE
Owner rw
Group rw
Other r
Group rw
Other r
2. I've chmoded a file to 660, which according to FileZilla means
CODE
Owner rw
Group rw
Other
Group rw
Other
but still the file can be viewed in a browser. Don't browsers belong to the Other category? If not, what does?
