linux how to move a user to the other groups?

A: You can add the following command in Ubuntu:

  sudo usermod -a -G <group_name> <user_name>

 

Note: How to kick in?

    We need to re-login to take effect

Guess you like

Origin www.cnblogs.com/dakewei/p/10985592.html