Re: ssh and run programme in the background.

2003-01-07 Thread Hugh Saunders
On Sat, Jan 04, 2003 at 11:26:26AM +0100, Burkhard Ritter wrote: > On Fri, 3 Jan 2003, Egor Tur wrote: > Perhabs use disown (man bash). excuse my sense of humour but have you considered the consequences of telling the list to do 'man bash'? the women might oblige! hugh -- To UNSUBSCRIBE, email

Re: ssh and run programme in the background.

2003-01-04 Thread Brian P. Flaherty
You could also run the programs with at or batch. Note that these will run at specific times (at) or when the system load is below a certain level (batch). But, you can tell at to run now. HTH. Brian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Re: ssh and run programme in the background.

2003-01-04 Thread Burkhard Ritter
On Fri, 3 Jan 2003, Egor Tur wrote: > Hi. > If I login remote host on `ssh' and run there program in the backgraound I cannot >logout for this host. > If I kill my programme I can loggout. If I connect host on `telnet' - I have not >this problem, I can logout > and programme continue run. Why ca

ssh and run programme in the background.

2003-01-03 Thread Egor Tur
Hi. If I login remote host on `ssh' and run there program in the backgraound I cannot logout for this host. If I kill my programme I can loggout. If I connect host on `telnet' - I have not this problem, I can logout and programme continue run. Why cannot this work with `ssh'? How resolve this p