I can't tell how familiar you are with Linux file ownership and permissions. (disregard this post if it is too elementry.)
Can I ask why I shouldn't do that?
Browsing the directory should not be a problem, Changing or adding files should not be done.
Let's say we have a user name Joe and a super user named Bill.
Joe's home folder's files have ownership of joe:joe (this means Joe is set as the user owner and the group owner)
Bill browses to Joe's home folder and wants to give him a copy of the latest song that he just downloaded. Bill creates a file in Joe's folder. The new file has ownership of bill:bill. Unless Joe has rights to Bill's files (which he should never have) Joe will not be able to see the file.
In an Ibay we use the
group ownership of the file. Lets say we have an Ibay named
Shared tied to a group called
music with permissions of group=read, group=write. Bill and Joe are both members of the group:
music if Bill drops his downloaded song here it will look like this bill:music, because Joe is also a member of the
music group he can read and write the file.