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

Re: remote terminal



edwardsa wrote:
gustavo halperin wrote:
How can I run some process in a telnet session close the session and live the previous process still run ? It is possible ?
nohup (no hang up) is a unix command that allows a process continue.

normal:
runsomething option & (to background)

to retain process:
nohup runsomething option &

You might also want to look into "screen"; I believe it will do like you want also.

--
Kent



Reply to: