How do I give a user certain read/write permissions?

link|improve this question
to a specific directory? – quanta Oct 3 '11 at 6:20
possible duplicate of FTP and Apache permission issues – quanta Oct 3 '11 at 6:32
possible duplicate of serverfault.com/questions/115648/… – mailq Oct 3 '11 at 9:24
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.

2 Answers

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 ls -la ~user). If instead you want to give a user write permissions elsewhere, we need to know where, and who else you want to have read/write permissions on that other location.

link|improve this answer
I am setting up one my users on my amazon ec2 server to have ftp access and I can't seem to delete/add files to it's own directory – David Meyer Oct 3 '11 at 6:23
So, as I already asked, could you give us the output of ls -al ~user? Also, your question asked about giving an ssh user r/w permissions, but already you're suggesting that the problem occurs under ftp, which is a completely different service. Might I suggest you also take a moment to phrase your question more carefully? Tell us a lot more about what you're doing, and what the results are? – MadHatter Oct 3 '11 at 6:35
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?

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.