Tagged Questions
1
vote
1answer
179 views
How to chown when a user name contains a dash?
A user and group contains a dash: abc-def. When I try to use chown I get an error:
chown abc-def.abc-def * -R
chown: invalid user: `abc-def.abc-def'
the user is valid and it should work... how can ...
0
votes
2answers
39 views
User in group with r/w access does not actually get the read/write anything
I added my user to the www-data group.
I chmodded a certain directory to 774 (-R, recursively) so only the owner and the group can change something.
Yet my user can't even access it. What am I ...