How do I give a user certain read/write permissions?
feedback
|
closed as not a real question by quanta, Iain♦, mailq, Shane Madden, Scott Pack Oct 4 '11 at 2:06
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
On UNIX, users have read/write permissions by default in their home directories. If that's not working, we need to know more (eg, what's the username, and what's the output of | |||||
feedback
|
|
If multiple users need permission to the same set of files you will want add that user to the group that has permissions. Which OS and structure of the filesystem are you working with? | |||
|
feedback
|