I have a question about having one user needing two directories. My set up is
user1file
user2file
sharedfile
I want user1 to access user1file and sharedfile but not user2file and similarly I want user2 to access user2file and sharedfile but not user1file.
Is that possible without copying the sharedfile?