Timeline for How do I attach a terminal to a detached process?
Current License: CC BY-SA 4.0
16 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 11, 2024 at 6:11 | comment | added | Alex | This question is no about attaching a terminal to a background program but how to send data to a background program; maybe the title must be changed.... | |
| Mar 17, 2021 at 7:20 | comment | added | Lubo | Easiest way (if you are still in same terminal) is to run jobs (to see, if process is still running) and if yes, use fg to being it to foreground. After that, you can start sending commands and you will also receive stdout data. PS: "sending it to background again" can be done using CTRL+Z (suspend) and than running bg (run last job in background). See some tutorials for this topic to learn more. | |
| S Apr 29, 2019 at 6:15 | history | suggested | Peter Mortensen | CC BY-SA 4.0 | Copy edited. |
| Apr 28, 2019 at 22:46 | review | Suggested edits | |||
| S Apr 29, 2019 at 6:15 | |||||
| Jan 6, 2017 at 22:52 | answer | added | NiKiZe | timeline score: 60 | |
| Feb 23, 2012 at 5:37 | history | tweeted | twitter.com/#!/StackUnix/status/172555620778647552 | ||
| Feb 17, 2012 at 2:37 | vote | accept | Rogach | ||
| Feb 16, 2012 at 21:39 | comment | added | Gilles 'SO- stop being evil' | Search for retty, neercs, etc. and see also serverfault.com/questions/24425, serverfault.com/questions/115998 | |
| Feb 16, 2012 at 21:38 | comment | added | Gilles 'SO- stop being evil' | possible duplicate of How can I disown it a running process and associate it to a new screen shell? | |
| Feb 16, 2012 at 18:23 | vote | accept | Rogach | ||
| Feb 17, 2012 at 2:37 | |||||
| Feb 16, 2012 at 16:03 | answer | added | Stéphane Gimenez | timeline score: 9 | |
| Feb 16, 2012 at 13:34 | answer | added | Ansgar Esztermann | timeline score: 161 | |
| Feb 16, 2012 at 13:09 | history | edited | Coren | edited tags | |
| Feb 16, 2012 at 13:09 | answer | added | Coren | timeline score: 8 | |
| Feb 16, 2012 at 11:53 | answer | added | andcoz | timeline score: 14 | |
| Feb 16, 2012 at 11:25 | history | asked | Rogach | CC BY-SA 3.0 |