Background jobs from ssh
- From: jhavero@xxxxxxxxx
- Date: 16 Feb 2007 10:42:41 -0800
I have a start.sh on Linux that starts a bunch of jobs in background
mode:
#!/bin/sh
# script: start.sh
job1 &
job2 &
I'm able run start.sh using plink (Putty's Windows ssh client):
C:\>plink user@hostname -pw password "/home/user/start.sh"
However, my plink command won't return util the background jobs have
finished. I don't want my
ssh client to have to wait. Is there any way around this?
.
- Follow-Ups:
- Re: Background jobs from ssh
- From: Joe Beasley
- Re: Background jobs from ssh
- From: Bit Twister
- Re: Background jobs from ssh
- Prev by Date: Re: OpenSSH 4.3p2 X11 forwarding fails to work
- Next by Date: Re: Background jobs from ssh
- Previous by thread: OpenSSH 4.3p2 X11 forwarding fails to work
- Next by thread: Re: Background jobs from ssh
- Index(es):
Relevant Pages
|
|