How do I get out of a screen without typing 'exit'?
问题 I screen -r 'd into a django server that's running and I can't simply Ctrl-C and exit out of it. Are there any alternative ways to get out of screen ? Currently, I manually close the tab on my local PC and ssh back in, but that's becoming tiresome. 回答1: Ctrl-a d or Ctrl-a Ctrl-d . See the screen manual # Detach. 回答2: Ctrl-a + \ - Exit screen and terminate all programs in this screen. It is helpful, for example, if you need to close tty connection. Ctrl-a + d or - Ctrl-a + Ctrl-d - "minimize"