[NTLUG:Discuss] OT: Why does remote command over ssh not return control?
Jerome Haltom
wasabi at larvalstage.net
Tue Jun 5 14:50:37 CDT 2007
Yes. Check out the `disown` command.
On Tue, 2007-06-05 at 11:03 -0700, Dennis Daupert wrote:
> Jerome Haltom said:
>
> > If the script spawns a background process without disowning it,
> > that would do it.
>
> This must be the critter that's doing what you suggest, I think:
>
> start_task()
> {
> echo "Starting $2"
> eval "nohup $1 &"
> }
>
> Is there a command or flag I can add in there to disengage?
>
> Thanks for the info, I really appreciate.
>
> /dennis
>
> _______________________________________________
> http://www.ntlug.org/mailman/listinfo/discuss
More information about the Discuss
mailing list