Welcome to the Linux Foundation Forum!

Did I set up my Ubuntu system incorrectly?

I have an Ubuntu system stored on a Virtual Player. I am studying command line administration for linux and am using ubuntu to do this. I tried to create a new user account a few minutes ago.

I used the following commands

su -

it asked me to enter a password, when I entered the password for the only account on the network. I got an error message that said Authentication failed.

Earlier, I installed a new program onto the system using the apt-get command. I entered the password I used to log on to the system and did not get any errors.

Can you tell me what I am doing wrong and how to correct it? Do I have to re-install the program all over again?

Thank You.

Comments

  • Posts: 2,177
    The command "su -" is used to enter the root environment, since root is blocked by not having a password on ubuntu it will fail.
    You will need to run "sudo su -" which will ask you for your user's password, and run the su command as root, thus placing you in the root user's environment.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training