Find the answer to your Linux question:
Results 1 to 3 of 3
Hello. Being a newbie, at times, renders me helpless at doing relatively simple tasks. When I installed OpenSuse, I choose a User Name , and a Root Password ( "first_root_password). ...
  1. #1
    Just Joined! Fuzzy_duck's Avatar
    Join Date
    Jan 2011
    Location
    Romania , on the shores of Danube
    Posts
    6

    Setting up users

    Hello. Being a newbie, at times, renders me helpless at doing relatively simple tasks.

    When I installed OpenSuse, I choose a User Name , and a Root Password ( "first_root_password).
    I wanted to create a regular user , so I went to Control Center, at User And Group Management, I created a second user with a default group "Users" and for my first user account I set the default groups to "Root" and also a new root password.

    Was this the right way?

    I'm asking this because whenever I install a software, and it asks for the root password, the new one doesn't work, and only the first one (first_root_password), is accepted.

    I managed to properly change the root password using terminal commands. But I'm still not sure how to correctly set up accounts and privileges .

    Please help me. Thank you.

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    I always add users by command line using the adduser or useradd command. Just switch to root user, enter the command and follow the prompts:

    Code:
    adduser
    Maybe some GUI guys will chime in with tips for doing it that way.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099

    forgot something...

    I should add here that you can get more info for using those commands from the manual pages for each command. Just run man command_name in a terminal:

    Code:
    man useradd
    man adduser
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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