/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#add the user to the supplemental group(s) usermod -a -G group user #Change existing user primary group to www: usermod -g www user