Re: logout from ssh session
From: Robert Deacle (robert.deacle_at_ncmail.net)
Date: 01/14/04
- Previous message: Dave Markham: "Re: Port forwarding more than once"
- In reply to: David Danovich: "logout from ssh session"
- Next in thread: David Danovich: "Re: logout from ssh session"
- Reply: David Danovich: "Re: logout from ssh session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 13 Jan 2004 23:23:21 -0500 To: David Danovich <do***@yfaat.ch.huji.ac.il>
Assuming you want the job to continue running after you log out,
I would use the nohup command to protect it from the hangup sent
to you processes when you log out, and give it another level
of separation from your login shell with ( )
e.g. ( nohup run &)&
This can even be useful in system startup scripts for processes
you want started at boot time, but do not understand what
being a daemon is about, so do not fork and separate themself
from the boot process.
Bob Deacle
David Danovich wrote:
>
> Hi,
>
> I am not sure that I am asking the right forum but I will try.
>
> I have several computers which connected through ssh using following
> command
>
> ssh user_name@computer_name
>
> and it works fine until I want to run some command (some job) in
> background using following
> command
>
> run &
>
> where run is some executable program. When I sent such a command and job
> still running I am not
> able to logout from the computer. When I write logout computer just
> freeze and wait till job finished.
> Without job running in background it is not a problem to logout.
> I do not know what is wrong. May be I need to change something in
> config_sshd? If I use telnet everything is fine.
>
> I would appreciate any help.
>
> Thank you David
-- Robert Deacle ITS Unix Team Robert.Deacle@ncmail.net (919) 981-5062 Mail to and from NCMail.net may be subject to the NC Public Records Law and may be disclosed to third parties by an authorized state official.
- Previous message: Dave Markham: "Re: Port forwarding more than once"
- In reply to: David Danovich: "logout from ssh session"
- Next in thread: David Danovich: "Re: logout from ssh session"
- Reply: David Danovich: "Re: logout from ssh session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]