usermod
For example, you can add the user
username
to groups group1
and group2
with the following command:
usermod -a -G group1,group2 username
username
to groups group1
and group2
with the following command:
usermod -a -G group1,group2 username
Comments
Post a Comment