About 37,000 results
Open links in new tab
  1. How to add existing user to an existing group? - Ask Ubuntu

    79 After adding to a existing user: usermod -a -G group user You may need to logout and login to get the groups permissions from /etc/group.

  2. How can I add a user as a new sudoer using the command line?

    Realistically, there are also other groups your new user should be a member of. If you set the Account type of a user to Administrator in Users Settings, it will be placed in at least all of …

  3. How do I add a user to a group - Unix & Linux Stack Exchange

    Jun 30, 2016 · How do I add a user to a group. This is on a system with no root password and only a single user pi with sudo privileges. usermod seems to have been designed to make this …

  4. How do I add a user to the "sudo" group? - Ask Ubuntu

    The sed command does inline updates to the /etc/sudoers file to allow foo and root users passwordless access to the sudo group. The sed command disables the #includedir directive …

  5. How can I use Docker without sudo? - Ask Ubuntu

    By default that Unix socket is owned by the user root, and so, by default, you can access it with sudo. Starting in version 0.5.3, if you (or your Docker installer) create a Unix group called …

  6. Add multiple user to UNIX group in one line - Unix & Linux Stack …

    On Centos 6.5 (and probably any) linux, I can create a group: sudo groupadd mygroup and add several users to it: sudo usermod -a -G mygroup userA sudo usermod -a -G mygroup userB …

  7. How to create a group, add users to the group, and have that user ...

    Oct 26, 2018 · 5 I want to basically create a group called Staff. I want staff to be able to access the folder /home/Clients and all of the subdirectories and files inside the Clients folder. How …

  8. Allowing a group Read-Write Access to a directory - Ask Ubuntu

    Jun 26, 2014 · I have two users, user1 and user2, that are both members of groupA. user2 has a folder in their home directory called folderA. If they wish to allow read-write-execute …

  9. Mounting volume/partition with permissions for user

    Jul 13, 2018 · 25 A volume intended for use by my user was created at OS installation with root ownership and my user lacks write permissions. Some solutions I've read about include: …

  10. adding a user to an existing group in linux

    Aug 10, 2022 · I am wondering if there is a difference between using usermod or groupmod to add a user to another existing group. Example: we have a supplementary group named artists …