Groups, users, permissions: a simple noob question
It seems like I should just use chown, but not being familiar with chown and Linux I'm wondering if that would have unintended consequences.
The other route seems to involve creating a group and then using chown.
1 Reply
Since you said you're not familiar with chown, I'm guessing you need a quick lesson in the octal numbers used for rights. You can find that on Wikipedia: http://en.wikipedia.org/wiki/File_permissions
Hope that helps.
–James