質問

At location A I started a process that will be running on a server over the night. I never disowned this process nor did I use nohup. =\

I am now at location B and I want to keep this process running but I want to kill the shell and logout at location A.

Is it possible to do what I want from location B?

役に立ちましたか?

解決

You can try reptyr. But since neercs is not what you want, which can also grab processes from another shell, maybe reptyr does not help you, too.

Of course, after moving the application to your new shell, you need to kill the old one to logout.

他のヒント

You can give neercs a shot.

Here's a video showing how it works.

It's supposed to very unstable, though, and isn't packaged in CentOS or Debian-based distributions.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top