Results 1 to 1 of 1
Hi,
On my RHL server, When I exit my session, the first cmd continues to run fine, while the 2nd gets killed.
1) nohup sleep 3600 &
2) nohup my_job.ksh ...
- 11-24-2009 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 4
Why is nohup ... & not Working When Script is Running sftp?
Hi,
On my RHL server, When I exit my session, the first cmd continues to run fine, while the 2nd gets killed.
1) nohup sleep 3600 &
2) nohup my_job.ksh &
where my_job.ksh contains this code ...
sftp $user(at)host xxx <<!
get source dest
!
The log file show this entry
....
Killed by signal 15.
Any ideas?


Reply With Quote