[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can't logout before command finished



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 <vincent@vinc17.org> - 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)


Reply to: