Results 1 to 3 of 3

Thread: Add user to group

  1. #1
    Funking Prink! Raz316's Avatar
    Join Date
    Jul 2003
    Location
    Deal, Kent, UK
    Posts
    2,978
    Thanks
    130
    Thanked
    62 times in 52 posts

    Add user to group

    I know this is probably really simple, but i kinda need to make sure I dont screw this up.

    In linux, how do I add the user woop to the group lp

    cheers

  2. #2
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    68 times in 51 posts
    if you don't know this sort of stuff you shouldn't be using it, sorry to be harsh.

    there are tons of graphical tools to help you do this, but

    usermod -G $group $user would add a user to a group that is not his primary group, or you could just hack /etc/group if your not using shadow groups.
    It is Inevitable.....


  3. #3
    Funking Prink! Raz316's Avatar
    Join Date
    Jul 2003
    Location
    Deal, Kent, UK
    Posts
    2,978
    Thanks
    130
    Thanked
    62 times in 52 posts
    Quote Originally Posted by ikonia
    if you don't know this sort of stuff you shouldn't be using it, sorry to be harsh.

    there are tons of graphical tools to help you do this, but

    usermod -G $group $user would add a user to a group that is not his primary group, or you could just hack /etc/group if your not using shadow groups.
    Yeah I know what you mean. usermod is what I was going to use, but being new to this job I wanted to make sure.

    Thanks iko.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 16-12-2004, 11:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •