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.
|
feedback
|
|
Use the adduser command to create a new user, with the groups from this question.
| |||
|
feedback
|