Announcement

Collapse
No announcement yet.

adding user to a secondary group

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    adding user to a secondary group

    Been trying to add my user name to the vboxusers group. Doesn't work.

    First if I check /etc/groups vboxusers is listed, so the group exists.

    Then I execute: sudo usermod -a -G vboxusers terry

    and then groups and get:

    sudo usermod -a -G vboxusers terry
    terry@Home-Net:~$ groups
    terry adm cdrom sudo dip plugdev lpadmin sambashare

    So usermod has not added my user name to the group.

    Is there some way to make this work?

    #2
    See https://help.ubuntu.com/community/VirtualBox/USB
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Just to clarify, you can use either usermod or adduser, but in either case you need to log out and back in for the group change to take effect.

      Comment


        #4
        Germane to this discussion: I have virtualbox installed and use it often without issue, but I am not a member of the vboxusers group. I don't think it's necessary to be a member of that group to use virtualbox.

        Please Read Me

        Comment


          #5
          Originally posted by oshunluvr View Post
          I don't think it's necessary to be a member of that group to use virtualbox.
          To use virtualbox - No
          To use USB in Guest OS - Yes

          Comment


            #6
            Originally posted by kubicle View Post
            To use virtualbox - No
            To use USB in Guest OS - Yes
            Good to know if I ever try that...

            Please Read Me

            Comment


              #7
              Originally posted by kubicle View Post
              Just to clarify, you can use either usermod or adduser, but in either case you need to log out and back in for the group change to take effect.
              Now that I didn't know. I knew I couold either usermod or useradd, but didn't know I had to log out and back in. I'll have to remember that (Hah - my user name isn't geezer for nothing).

              Comment

              Working...
              X