ext3 filesystem question
Posted: Tue Jan 28, 2003 3:04 am
1:
study this:
This means that apa.bin is readable and executable to anyone, right???
I am confused about the conception of world readable.
Is apa.bin world readable?
Does world readable mean that any web-client has r-x right on it, if only they get their hands on some kind of command interpreter on the system that holds apa.bin?
...or does it only mean that any locally accounted user has r-x right on it and web-clients don't see it?
2:
How can I set directory entrance allowance recursively without setting all the files as executable too???
study this:
Code: Select all
-rwxr-xr-x 1 jonas jonas 0 jan 28 09:50 apa.bin*
-rw-r----- 1 jonas jonas 0 jan 28 09:50 apa.txtI am confused about the conception of world readable.
Is apa.bin world readable?
Does world readable mean that any web-client has r-x right on it, if only they get their hands on some kind of command interpreter on the system that holds apa.bin?
...or does it only mean that any locally accounted user has r-x right on it and web-clients don't see it?
2:
How can I set directory entrance allowance recursively without setting all the files as executable too???