Para encerrar seu tipo de sessão X na linha de comando:
sudo service lightdm stop
Então você vai acabar no terminal virtual # 7. Você pode então pressionar Ctrl + Alt + F1 - Ctrl + Alt + < kbd> F6 para obter um prompt de login. Para o terminal # 7 ( Ctrl + Alt + F7 ) não existe o tty iniciado porque é destinado ao servidor x.
Editar:
Se você quiser finalizar em um shell, crie um arquivo chamado /etc/init/tty7.conf
com conteúdo:
# tty7 - getty
#
# This service maintains a getty on tty7 from the point the system is
# started until it is shut down again.
start on runlevel [23] and not-container
stop on runlevel [!23]
respawn
exec /sbin/getty -8 38400 tty7
Depois de criar este arquivo, reinicialize o sistema e, quando executar sudo service lightdm stop
, você terminará em um shell de login.