On 2007-12-20 15:55:16 +0800, H.H. Ding wrote: > I ssh to remote host, then run a program and put it to background, > then I try to logout, but bash paused and wait until the program > finished. How can I logout immeditaly?
The background program needs to close all its file descriptors attached to the terminal. You can start it with redirections for that. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]