/ Published in: Bash
Expand |
Embed | Plain Text
#add the user to the supplemental group(s) usermod -a -G group user #Change existing user primary group to www: usermod -g www user
You need to login to post a comment.
#add the user to the supplemental group(s) usermod -a -G group user #Change existing user primary group to www: usermod -g www user
You need to login to post a comment.