Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Should I use the initial user for everyday use in Ubuntu?

Aug 2, 2008 12:27PM PDT

When I first installed Ubuntu, it asks to create an initial user. this user has admin privileges. Since Ubuntu doesn't actually use root and gives the admin priviliges to the initial user, should I use this initial user?

In Ubuntu, you use sudo for anything requiring privileges correct? Should I create another account for everyday use that has no admin privileges instead? I kinda new to Ubuntu. Also, please correct me if any of this is wrong.

Discussion is locked

- Collapse -
Isn't possible on Linux.
Aug 2, 2008 12:36PM PDT

Only the BSD distributions allow you to create a user that has no access to root.
You can always remove/ disable sudo and make everything a prompt for a login when using root.

- Collapse -
Sorry for late reply
Aug 20, 2008 11:18PM PDT

Sorry for the late reply.

As you might have discovered by now, the first user account created by Ubuntu does not actually have administrator privileges. You have the ability to elevate to root by using "sudo" or "gksudo" and typing your password, but the elevation actually doesn't use your account - it uses Root's account.

So it's perfectly safe to use that first account that you create with Ubuntu, because it is not an actual administrator account.