I want to create a user account on an Ubuntu Lucid system that has the same permissions as the original user account that was created during the install process. How can I do this? Imaginary bonus points for a command-line solution, but I'll accept a graphical solution as well.

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Use the adduser command to create a new user, with the groups from this question.

sudo adduser {username} adm,dialout,cdrom,floppy,audio,dip,video,plugdev,scanner,netdev,lpadmin,powerdev,admin
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.