-1

Possible Duplicate:
What are Unity’s keyboard and mouse shortcuts?
What is a terminal and how do I open and use it?

In earlier versions of ubuntu, I could install wireless cards using terminal and ndiswrapper. In later versions I don't see an obvious way to get to the terminal mode.

  • There's a terminal application installed by default in every regular Ubuntu version, including recent versions. What exactly makes you think there's no terminal application installed? What have you tried? – gertvdijk Dec 06 '12 at 13:23
  • 1
    http://askubuntu.com/questions/28086/what-are-unitys-keyboard-and-mouse-shortcuts ;) (Ctrl-Alt-T - Launch a terminal window.) – Rinzwind Dec 06 '12 at 13:25
  • you can also try Ctrl-Alt-F1. Ctrl-Alt-F7 to return to Unity – Xetius Dec 06 '12 at 14:04

1 Answers1

2

If by "terminal mode" you mean the TTY, it's the same as older versions of Ubuntu: Ctrl+Alt+1. You can replace 1 by any number between 1 and 6. The 7 will bring you back to graphic desktop. TTY is a complete independent session without graphical interface, so you'll need to log in first.

If you just want to open a terminal window, just type Ctrl+Alt+T.

NorTicUs
  • 2,382