1

For whatever reason, the Ctrl-Alt-Fn sequence has no effect on one of my Ubuntu machines; the sequence is interpreted as ordinary input. I need to get the system to a console.

Is there a command-line tool that can be used to switch consoles?

(I'm running Ubunty Jaunty at the moment. Yes I know it's old; I'm trying to march forward.)

Pointy
  • 887

2 Answers2

8

I think the answer here which suggests using the command chvt should help (assuming I've understood your requirement correctly)

Neil
  • 265
4

Found it: chvt is exactly what I was looking for. The console how-to has good stuff in it.

Pointy
  • 887