permissions problems [closed]
Solution 1:
You probably want to do:
chown <user-account>.<shared-group> <dir>
And add both users to the 'shared-group' group.
(You just had the order of the group/user accounts reversed)
You probably want to do:
chown <user-account>.<shared-group> <dir>
And add both users to the 'shared-group' group.
(You just had the order of the group/user accounts reversed)