Is there any way to make GNU Screen not close if I end all its subprocesses? Ideally, it would create a new window running a shell if I accidentally closed the last window.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Assuming you're using bash and accidentally closes the shell with Ctrl-D, you can
This will give you a warning and require you to press Ctrl-D twice, or type exit instead. |
|||||||||||||||||
|
|
I don't know of a way to do that specifically, but I find |
|||
|
|