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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to