How to add/change user to/from a group ?
I mainly was interested in how to change a user from apache group to website group. The command is:
usermod -g website bogdan
But if you want to add a user to a group follow this link: http://www.cyberciti.biz/faq/howto-linux-add-user-to-group/
To verify if the user was added to website group, type in:
id bogdan
uid=556(bogdan) gid=559(website) groups=559(website)
Sphere: Related Content