官术网_书友最值得收藏!

Adding group members

Once you have groups in place, you can add existing users as well as new users to that group. All access rights and permissions assigned to the group will be automatically available to all the members of the group.

Getting ready

You will need super user or root privileges to add a group member to the Ubuntu server.

How to do it…

Follow these steps to add group members:

  1. Here, you can use adduser command with two non-option arguments:
    $ sudo adduser john guest
    
  2. Enter your password to complete addgroup with root privileges.

How it works…

As mentioned previously, you can use the adduser command to add an existing user to an existing group. Here, we have passed two non-option arguments:

  • john: This is the name of the user to be added to the group
  • guest: This is the name of the group

There's more…

Alternatively, you can use the command usermod to modify the group assigned to the user:

$ sudo usermod -g <group> <username>

To add a user to multiple groups, use the following command:

$ sudo usermod -a -G <group1>,<group2>,<group3> <username>

This will add <username> to <group1>, <group2>, and <group3>. Without flag –a, any previously assigned groups will be replaced with new groups.

主站蜘蛛池模板: 五大连池市| 广昌县| 离岛区| 梅河口市| 丹凤县| 刚察县| 福州市| 万年县| 虞城县| 博爱县| 三明市| 通化市| 锦州市| 佛学| 岚皋县| 久治县| 丽江市| 黄冈市| 长治市| 工布江达县| 渝中区| 方城县| 甘肃省| 古浪县| 宿迁市| 冕宁县| 延津县| 宾川县| 高淳县| 平乐县| 阿鲁科尔沁旗| 佛教| 宝丰县| 兴海县| 太原市| 子洲县| 靖宇县| 永丰县| 阳高县| 洮南市| 古浪县|