Jan 152007
Add an existing user to an existing group
Answer:
Add an existing user to an existing group (supplemental group)
# sudo usermod -a -G www-data john
john will be added to the www-data group
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Add an existing user to an existing group
Answer:
Add an existing user to an existing group (supplemental group)
# sudo usermod -a -G www-data john
john will be added to the www-data group