I am using vSphere and would like to change to a virtual console in the guest OS.
The problem is that when I press CTRL-ALT-F1 my desktop (Ubuntu) changes virtual console and not the guest OS in vSphere.
Does anyone know to do this?
I am using vSphere and would like to change to a virtual console in the guest OS.
The problem is that when I press CTRL-ALT-F1 my desktop (Ubuntu) changes virtual console and not the guest OS in vSphere.
Does anyone know to do this?
Type Alt-F1, Alt-F2 , etc. to obtain the other virtual consoles.
Edit:
Oh, you're accessing VMWare from a non-Windows machine?
I would just disable virtual console switching on your Ubuntu system. For Xorg, it'll be something like the following in the Xorg config file:
Section "ServerFlags"
Option "DontVTSwitch" "true"
EndSection
There is a way this can be done:
Press CTRL + ALT + Space , press the F1 key (or desired Function key) while still holding down CTRL + ALT
You could also possibly run chcon
to change the console, which I've also occassionally found useful before I learned the trick above.