Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 01:44:56 +0200
From:      "Daniel Blankensteiner" <db@traceroute.dk>
To:        "Stephen Hovey" <shovey@buffnet.net>
Cc:        <freebsd-questions@freebsd.org>
Subject:   Re: Send process to background
Message-ID:  <014b01c2076a$d67e1470$6800a8c0@rafter>
References:  <Pine.BSF.4.05.10205291930430.8511-100000@buffnet11.buffnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- 
From: "Stephen Hovey" <shovey@buffnet.net>
> I misread...  I THINK 'screen' might be what you need - I have a dim
> memory of not installing it simply because a user could flip out of a
> session and not realise they left junk running.

Maybe if he:
db# ./runTheProgram
^z
db# jobs
[1] +    Stopped    /home/runTheProgram
db# bg %1

Will this work Daniel?

br
db
message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?014b01c2076a$d67e1470$6800a8c0>