I'm under linux . by default, other user can't read anything under my home directory . let's see my home directory is /home/superman , and I tried to use
chmod +r /home/superman
to let others can acess files under my home directory , but it does not work .