Jump to content

Recommended Posts

Posted

Hi,

I am new to this and have found a puzzling problem. I have installed Ubuntu on a virtual machine and need to do some things as a root account. In the terminal it is asking for the root password which is fine but I haven't set one. I have rei-installed it because I thought that I had missed a step but I haven't. can someone tell me how to overcome this or reset the password?

:confused2:

Thanks

Posted

Try sudo yourcommand

 

or if it insists on a true root password (which is kind of not good) you'll want to run sudo passwd root (and put in your own password first for sudo, and then the one you want to use for root twice)

Posted
Hi,

I am new to this and have found a puzzling problem. I have installed Ubuntu on a virtual machine and need to do some things as a root account. In the terminal it is asking for the root password which is fine but I haven't set one. I have rei-installed it because I thought that I had missed a step but I haven't. can someone tell me how to overcome this or reset the password?

:confused2:

Thanks

 

In Ubuntu you don't ever need to login as root. You use sudo with your password.

 

It's basically UAC style.

 

Steve

Posted
In Ubuntu you don't ever need to login as root. You use sudo with your password.

 

It's basically UAC style.

 

Steve

 

It's part of an OU study and I need to partition drives as a root user to do that.

Posted

As already stated - sudo should be enough

to stay in root (not recommended!!) type:

 

sudo su

 

to leave root - just type exit

  • Thanks 1
Posted
It's part of an OU study and I need to partition drives as a root user to do that.

 

Sorry, maybe I explained bad :) You don't "login" with root. You just use it as sudo (e.g. above as @Gatt said )

 

Thus never need to know it's default password etc.

 

Steve

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...