Results 1 to 2 of 2
I have a user account of lets call it "X"
I would like for X to log in as themselves and be able to edit a file in a folder ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-16-2007 #1
Some assistance please... File permissions
I have a user account of lets call it "X"
I would like for X to log in as themselves and be able to edit a file in a folder in another users folder, but only that file.
How can I do that?
Thank you in advance...
- 03-17-2007 #2
Only two ways I can think of at the moment:
1. Access Control Lists
2. Create a special group - assign group to file - give access to group.Code:man acl man getfacl man setfacl


Reply With Quote
