0

I've installed Ubuntu 12.04, but when I login it says bryan@ubuntu:~$ and waits for me to type something. Is it supposed to be the password or is there a command I'm supposed to enter?

Thank you!

iBelieve
  • 5,384

1 Answers1

1

Since you see bryan@ubuntu:~$, you are already logged in. bryan is logged on at (@) the machine which you named ubuntu. The ~ shows where you are in the file system (~ means home folder) and the $ means it is waiting for your commands.

Ubuntu Server is meant to be used from the command line (mainly for server administration). If you want to have a graphical environment (windows, icons, buttons, mouse pointer and such), you should install Ubuntu Desktop instead of Ubuntu Server.

colboynik
  • 746