Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:screen [2009/02/02 00:33]
admin
linux:screen [2016/09/06 17:35] (current)
tomsa
Line 20: Line 20:
   * [[http://​www.kuro5hin.org/​story/​2004/​3/​9/​16838/​14935]]   * [[http://​www.kuro5hin.org/​story/​2004/​3/​9/​16838/​14935]]
   * [[http://​magazine.redhat.com/​2007/​09/​27/​a-guide-to-gnu-screen/​]]   * [[http://​magazine.redhat.com/​2007/​09/​27/​a-guide-to-gnu-screen/​]]
 +
 +
 +====Move process to screen====
 +  * Suspend the process with Ctrl+Z.
 +  * Resume the process in the background with bg.
 +  * Disown the process with disown %1.
 +  * Launch a screen session with screen.
 +  * Find the PID of the process using pgrep.
 +  * Use reptyr to take over the process reptyr.
 
linux/screen.1233531223.txt.gz · Last modified: 2016/09/06 17:35 (external edit)