usermod example - Add a existing user to existing group
Add existing user eric to ftp supplementary/secondary group with the usermod command using the -a option ~ i.e. add the user to the supplemental group(s). Use only with -G option: # usermod -a -G ftp eric
留言