Lets say I have user1 and user2. I want to make a folder that user1 can write to, user2 can read but nobody else can read. What I tried, but failed at was this
-chmod the folder 770
-Make user1 and group1 the owner
-put user2 in group1.
But still, anyone else can read it too.
Linux user/groups have always confused me, they're not as straightforward as NTFS permissions are.
-chmod the folder 770
-Make user1 and group1 the owner
-put user2 in group1.
But still, anyone else can read it too.
Linux user/groups have always confused me, they're not as straightforward as NTFS permissions are.