2

I downloaded the ubuntu operating system (Ubuntu 12.04.3) because i learn computer science , and for that i need the shell but on ubuntu there is no shell. Do anybody know why is that? or where i can find the shell window?

Braiam
  • 67,791
  • 32
  • 179
  • 269
karam
  • 21
  • 1

1 Answers1

3

The shortcut to the terminal is Control + Alt + T.

Or the long way: open dash by pressing the super key and start typing terminal.

enter image description here

That option opens gnome-terminal and the shell it shows is bash:

enter image description here

You can lock the launcher to the left side for easier access.

Rinzwind
  • 299,756