From: Stuart G. <st...@ot...> - 2003-06-05 19:13:51
|
----- Original Message -----=20 From: "Kyle Silfer" <kyl...@al...> To: <net...@li...> Sent: Thursday, June 05, 2003 1:57 AM Subject: [Netatalk-admins] world permissions for read-only access? > I am trying to allow world read-only access to a netatalk share, but a = simple=20 > "chmod -R o+r" is not doing it. The user can mount the share but can't = see any=20 > of the directories. This seems wrong. >=20 > Which part of world-readable doesn't netatalk understand? ;-) >=20 Two issues 1. chmod o+r is not "world" readable, it is readable by others, so if for = example the permissions are rw----r-- and you are in the group you dont = have read permision, so check the group. 2. What are the permisions on .AppleDB and .AppleDouble they need to read = those too 3. you need execute permision on all the directories in order to "use" = the files in the directory read permision only allows you to list them. Er thats 3 issues I guess. You know what they say there are two kinds of = mathematician those that can count. Stuart Gall =20 Systems Administrator -------------------------------------------------------------------------= ------------------------------------ Critical Error: REALITY.SYS Corrupted! Reboot universe? (y/n) [y]: > |