Announcement

Collapse
No announcement yet.

[SOLVED] How to add users by terminal to Kubuntu

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

    [SOLVED] How to add users by terminal to Kubuntu

    Hey all,
    I'm a newbie to kubuntu. I installed Kubuntu last week and as I'm curious I enabled the transparency feature in it. As I has only 256 of RAM and 32MB VGA( Shocked ) my desktop became a total blank so I couldn't see anything! (I see something happens there, when I press some buttons but not exactly.)

    I managed to restart kubuntu by terminal(using Ctrl+Alt+F1) and it loads to the welcome screen without problem.But I can not change the transparency settings because my user a/c is a complete blank .

    Will somebody tell me a solution for this. I have only this user with admin rights, So I'm helpless.

    Thanks for the help!
    --------<br />Kasun Gajasinghe,<br />University of Moratuwa,<br />Sri Lanka.<br /><br />Blog: http://kasunbg.blogspot.com<br />Twitter: http://twitter.com/kasunbg

    #2
    Re: how to add users by command prompt

    Code:
    sudo adduser

    HTH
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment


      #3
      Re: how to add users by command prompt

      Hey, Thanks. I tried it. It works but I don't have admin rights in it, is there?
      My that a/c password doesn't have rights to mount partitions and to open KUser app.
      --------<br />Kasun Gajasinghe,<br />University of Moratuwa,<br />Sri Lanka.<br /><br />Blog: http://kasunbg.blogspot.com<br />Twitter: http://twitter.com/kasunbg

      Comment


        #4
        Re: how to add users by command prompt

        No, as a default the first user only has sudo admin rights under ubuntu. If you want to add more I would suggest checking
        Code:
        man sudoers
        Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

        Comment


          #5
          Re: how to add users by command prompt

          To add admin rights for user, you can add that user to the 'admin' group (by default, *buntus sudo is configured to give admin group the right to sudo).

          You can do this on the command line with the command
          Code:
          sudo adduser username admin
          (replace 'username' with the actual username)

          Comment


            #6
            Re: how to add users by command prompt

            Originally posted by kubicle
            To add admin rights for user, you can add that user to the 'admin' group (by default, *buntus sudo is configured to give admin group the right to sudo).

            You can do this on the command line with the command
            Code:
            sudo adduser username admin
            (replace 'username' with the actual username)
            Thank you very much. It worked
            Cheers!!!
            --------<br />Kasun Gajasinghe,<br />University of Moratuwa,<br />Sri Lanka.<br /><br />Blog: http://kasunbg.blogspot.com<br />Twitter: http://twitter.com/kasunbg

            Comment


              #7
              Re: [SOLVED] how to add users by command prompt

              Coolio! Didn't know that either... Thank you.
              Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

              Comment

              Working...
              X