Re: move process to screen
- From: Glenn Jackman <glennj@xxxxxx>
- Date: 7 Feb 2008 12:30:34 GMT
At 2008-02-07 06:12AM, "jimmij" wrote:
I have run a very long job on the remote machine not under screen
manager and right now I cannot close terminal to not kill this process.
Stick the job in the background (ctrl-Z then "bg") then detach it from
the terminal (in bash, "disown -h %[jobid]"). You may then close the
terminal.
--
Glenn Jackman
"You can only be young once. But you can always be immature." -- Dave Barry
.
Relevant Pages
- Re: move process to screen
... Glenn Jackman wrote: ... manager and right now I cannot close terminal to not kill this process. ... Stick the job in the background (ctrl-Z then "bg") then detach it from ... (comp.unix.shell) - Re: Why doesnt kill work?
... why are you stopping it with Ctrl-Z?? ... You are using the kill command correctly ... process is awake, it will process the signal and go away. ... (Fedora) - Re: Protect a process from being terminated
... is running Windows XP: ... able to delete the process from the GUI based Task Manager. ... If you try to kill it, ... -- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: ... (microsoft.public.scripting.vbscript) - Re: Adjusting a services "CanStop" on the fly?
... Manager if the OnStop event gets fired? ... I am really tring to protect against a TaskManager Hard Kill, ... > dont have the Administrative Privledge. ... (microsoft.public.dotnet.languages.vb) - Re: scheduled tasks not responding
... I must kill the program via Task ... Wesley Vogel gave an excellent ... summary of the various strategies you can use to fix this problem. ... Task Manager. ... (microsoft.public.windowsxp.general) |
|