Chown Illegal Group Name (mac Os X)


Answer :

Try using just the owner if no group.

sudo chown -R user: /usr/local/var/log/couchdb 

illegal group name actually means that the group you're specifying (the couchdb after the colon -- the first couchdb is the user) doesn't exist. You need to either create the group, stop specifying a group, or specify a group that exists.


Comments

Popular posts from this blog

AspenTech InfoPlus 21 - How To Connect And Query Data

AngularJS $on Event Handler Trigger Order

ANALYZE TABLE..VALIDATE STRUCTURE Runs Forever