Is it possible to kill the GUI and end up with a CLI since the GUI runs on the top of the shell?
I have check the question below How to kill and to start the X server?
Magic keys restarted the GUI and I ended up with the login menu but not a CLI I am using Ubuntu 12.04 , I dont want to use virtual terminal I just want to prove to myself that the GUI runs on top of the shell and I can always exit the GUI to the shell
Thanks
startx
and your desktop will appear.startx
is like lightdm a display manager, but non-graphical. – chaos Nov 08 '13 at 13:18