/ Published in: Bash
Expand |
Embed | Plain Text
# Create a new user. adduser username # Add a existing user to existing group. # Add existing user tony to ftp supplementary/secondary group with usermod command using -a # option ~ i.e. add the user to the supplemental group(s). Use only with -G option : usermod -a -G ftp tony
You need to login to post a comment.
