I'm wanting to grant access for a user to access another users files on my server. So far I've done:
Created a new account for the second user
usermod -G user1 user2
When I ssh into the second account, I try to ch /home/user1
ls -la gives me:
ls: .: Permission denied
When i type groups, i see
group1 group2
What am I missing? This should be possible, right?
Both users have normal shells
Thanks in Advance!
Diane
Created a new account for the second user
usermod -G user1 user2
When I ssh into the second account, I try to ch /home/user1
ls -la gives me:
ls: .: Permission denied
When i type groups, i see
group1 group2
What am I missing? This should be possible, right?
Both users have normal shells
Thanks in Advance!
Diane