From owner-freebsd-questions Sat Jun 28 09:04:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA24784 for questions-outgoing; Sat, 28 Jun 1997 09:04:35 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA24779 for ; Sat, 28 Jun 1997 09:04:28 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id SAA07011; Sat, 28 Jun 1997 18:03:54 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199706281603.SAA07011@helbig.informatik.ba-stuttgart.de> Subject: Re: nohup? In-Reply-To: <33B4556B.9A5C1535@spacehog.structured.net> from Justin Ashworth at "Jun 28, 97 00:06:04 am" To: ashworth@cs.montana.edu Date: Sat, 28 Jun 1997 18:03:54 +0200 (MET DST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > How can I telnet into a machine, start a process, and exit without > killing the process? I have tried nohup with the syntax "nohup prog_name > &", but when I tried to log out it told me that there were suspended > processes. What can I do? This warning is a 'feature' of some shells. If you want to log out via `exit' from sh(1), it will warn you once and let you go the second time. So just keep on with `exit'. Wolfgang