Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Possible Duplicate:
What is a terminal and how do I open and use it?
How do I access the Terminal?

I just got ubuntu running on my computer and now I am ready to write a program...but I can't figure out how to open a command terminal. I guess I don't know where to find which version I am running either. Any help would be appreciated. Thank you.

share|improve this question
2  
Amazingly, I don't think this is a duplicate question. Wow – Jacob Johan Edwards Sep 3 '12 at 23:16
I was using a different version last week that had a nice little icon on the top of the screen that just launched it. – hydro Sep 3 '12 at 23:19
@Mik Hm, I think closing that one was a mistake. "What is a terminal" and "How to open a terminal" are two separate questions. – Jacob Johan Edwards Sep 3 '12 at 23:21
@JacobJohanEdwards But the answers there do explain how to open a Terminal...and it would be strange for an answer to that question on Ask Ubuntu not to explain how to open/access terminals in Ubuntu. Plus, "How do I open a terminal window?" is explicitly part of the master question. – Eliah Kagan Sep 3 '12 at 23:54
@EliahKagan Yes, but that is against the principals of Q&A. Questions should not be a FAQ. It does not follow that the questions "What is X" and "Where is X" should be consolidated. – Jacob Johan Edwards Sep 4 '12 at 0:54
show 2 more comments

marked as duplicate by RolandiXor, Eliah Kagan, jokerdino, Mitch, izx Sep 4 '12 at 10:25

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 7 down vote accepted

You can either:

  • Open the Dash by clicking the Ubuntu icon in the upper-left, type "terminal", and select the Terminal application from the results that appear.
  • Hit the keyboard shortcut Ctrl-Alt+T.
share|improve this answer
Thank you! Successful. – hydro Sep 3 '12 at 23:21

There are a couple of methods:

  • If you're running Unity: open the dash, type terminal, hit Return.
  • If you're on the old style menus, Applications → Accessories → Terminal.
  • Control + Alt + T.
  • Alt + F2, gnome-terminal, Return.
  • For a TTY: Control + Alt + F1..7.

If you're using Ubuntu variants, you might need to substitute gnome-terminal for xfce4-terminal, konsole or if you've gone off-piste, terminator (my fav) or if you're running out of options, xterm. There are others — many, many others — but I doubt you'll ever find them on a *buntu default install.

The TTYs are your last, best hope if you desperately need some form of terminal. Just be aware that they're not conscious of the graphical environment so if you want to launch something graphical from one, you'll need to run export DISPLAY=:0 first. Or adapt that if you're running more than one X display.

share|improve this answer
I guess I am using Unity because it worked. Thank you! – hydro Sep 3 '12 at 23:20

Not the answer you're looking for? Browse other questions tagged or ask your own question.