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

    78 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. Add or Remove Users from Groups in Windows 10 - Ten Forums

    Feb 16, 2020 · This tutorial will show you how to add or remove users as members of groups to limit the ability of users to perform certain actions in Windows 10. You must be signed in as an …

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

    After I add a user using adduser, I can't see it via System > Administration > Users and Groups unless I log out and then log in again. Is that normal? Also, can I set a newly added user as a …

  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. How to add users to vboxusers to enable USB usage - Ask Ubuntu

    Add the user as suggested by other answer using usermod command. Run the command id. You should see vboxusers in the list. If you don't see that, you may restart your computer and try id …

  7. How do I allow a non-default user to use serial device ttyUSB0?

    Mar 13, 2012 · 99 As you've noticed, the /dev/ttyUSB0 device has the group of dialout. All you need to do is add the second user to the dialout group: sudo adduser second_user dialout …

  8. Add or Remove Remote Desktop Users in Windows | Tutorials

    Feb 25, 2022 · Remove-LocalGroupMember -Group "Remote Desktop Users" -Member " User " Substitute User in the command above with the actual name of the user account (ex: "Brink2") …

  9. 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 …

  10. Change Permissions of Objects for Users and Groups in Windows 10

    May 4, 2022 · Change Permissions of File, Folder, Drive, or Registry Key for Users and Groups in Windows 10 Information On NTFS and ReFS volumes, you can set security permissions on …