Hacker News new | past | comments | ask | show | jobs | submit login
Reptyr - Reparent a running program to a new terminal (github.com/nelhage)
58 points by albertzeyer on May 21, 2011 | hide | past | favorite | 4 comments




Are there clear reasons to use this over bg and disown in bash?

[edit] Ah, never been unfortunate enough to disown the wrong process, so I guess I see the need to reparent something now. Cool.


Related: the Ksplice blog has a great post on disown and how to manage processes:

http://blog.ksplice.com/2011/03/disown-zombie-children-and-t...


Previous discussion on Reddit:

http://www.reddit.com/r/programming/comments/f768r/reptyr_at...

Also note you need permissive ptrace settings for this to work. The package's README contains more details.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: