21

Is it possible...

  1. to have a terminal mode for the keybinding Ctrl+Alt+F1
  2. to switch between TTYs for Alt+F1...F6

Ubuntu has the above commands to move between different TTYs.

It seems that Mac does not have them activated.

How can you activate the above functionalities in Mac?

rubo77
  • 19,527
  • 31
  • 134
  • 226
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
  • Are you booting in single user mode or something? What are you trying to do, exactly? – Jason Coco Apr 28 '09 at 23:18
  • 1
    @Jason: I am trying to have code modes for me, such that I can just concentrate on coding and I see just black and green. – Léo Léopold Hertz 준영 Apr 29 '09 at 02:13
  • 1
    As the question title might be a bit confusing, the question is about switching between LINUX ttys in console mode, on a MAC computer not OS X. And the answer by mandolo below does work. – Benito Mar 14 '16 at 17:51

3 Answers3

9

Only one TTY (TTY1) is available in OSX. To enable tty use fn+ctrl+alt+F1.

Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
mandolo
  • 170
  • 1
  • 2
6

I am not sure what you are asking. Are you asking about accessing TTYs in Mac OS X? That is not possible. Use the terminal, /Applications/Utilities/Terminal.app

Josh
  • 10,961
  • 11
  • 65
  • 108
  • @Josh: Is there any similar kind of applications in Mac as TTYs which would allow me to have TTYs for OS X? - - It is hard for me to believe that you cannot access TTYs in OSX. – Léo Léopold Hertz 준영 Apr 29 '09 at 02:12
  • You can access them if you're not running Aqua. Is that what you want? I can provide a link to that, I've done it before. – Josh Apr 29 '09 at 02:54
  • 1
    @Masi does this help? http://www.macosxhints.com/article.php?story=20050617234017755&query=geektool – Josh Apr 29 '09 at 13:11
  • Yes, it helps. I am just wondering if the process isolation in your example without Aqua as good as with TTYs. I suspect. – Léo Léopold Hertz 준영 Dec 12 '12 at 22:57
  • @Josh Can you update the link? I'm interested in this. – SevenBits Mar 26 '15 at 22:01
  • @SevenBits try: http://hints.macworld.com/article.php?story=20020318020806482 or http://apple.stackexchange.com/questions/85742/console-does-not-work – Josh Mar 27 '15 at 00:53
5

For Mac/apple keyboard, on Linux system, press and hold fn first, then press ctrl+opt+f2 for e.g. after that.

@mandolo was on the right track.

blamb
  • 4,220
  • 4
  • 32
  • 50