-2

How can I make my main user which I log into, an administrator just like in Windows XP?

Anon
  • 12,339

2 Answers2

3

But you already have it. You can sudo with your own password, not root's. This can be set for any user in System Settings - User Accounts.

2

That is not the question you should be asking.

The purpose of sudo is to provide the function of administrator, without leaving the computer open to be exploited (at privileged-account level) when the user opens a file, goes to a website, or attaches a device.

Note: That is a weakness (or flaw) in Windows XP, and one more reason why that OS is no longer safe (or supported).

david6
  • 14,528
  • 5
  • 38
  • 46