Timeline for Keep processes running after SSH session disconnects
Current License: CC BY-SA 2.5
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 4, 2023 at 20:41 | comment | added | 0xC0000022L | Exactly. GNU screen still comes preinstalled on some more frugal systems, so it's nice to know its basics, but for daily work I prefer Tmux by far. Although I will change its prefix to Ctrl+a as about the first thing I always do. | |
| Feb 27, 2017 at 13:36 | comment | added | User | ctrl + a, K to kill the screen session. Answer with y to confirm the Really kill this window question. | |
| Jun 19, 2014 at 15:31 | comment | added | earthmeLon | tmux with tmuxinator is a great combination for fancy setups, while I prefer screen as a quick and simple solution. | |
| Oct 6, 2010 at 9:23 | comment | added | Patrick | screen is pretty cool if you want a shared terminal for some reason. Create a screen screen -S name and let your other friend connect to it with screen -x name. | |
| Aug 16, 2010 at 7:43 | vote | accept | λ Jonas Gorauskas | ||
| May 26, 2013 at 3:29 | |||||
| Aug 14, 2010 at 4:15 | comment | added | sajith | I don't know about modern, but default key prefix of tmux (Ctrl + b) helps if you're used to bash/emacs keys. | |
| Aug 14, 2010 at 2:21 | comment | added | Andriy Volkov | tmux is a modern analogue of screen. | |
| Aug 14, 2010 at 1:14 | history | edited | Sandy | CC BY-SA 2.5 | added 196 characters in body |
| Aug 14, 2010 at 1:04 | history | answered | Sandy | CC BY-SA 2.5 |