From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 17:47:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 320FE16A407 for ; Wed, 29 Nov 2006 17:47:50 +0000 (UTC) (envelope-from michael.rudolph@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C30A43E45 for ; Wed, 29 Nov 2006 17:45:55 +0000 (GMT) (envelope-from michael.rudolph@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1691548uge for ; Wed, 29 Nov 2006 09:45:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=mSLr+XtNoaiYKvp7djv1xlzOK5AMzKZP1Z83uMcPFqa6/e+5nBsl4Df79ISfwMzAqj7rkFpiEu0qsnmKWFVYsqW/2MLHflPMiO90SrxUMaRLsyk9974DA98DdFR5i6wqDMMf/A2M+zqaeJBjNx1RLsGqeu6Z6Ez54iM90YStpNI= Received: by 10.67.119.13 with SMTP id w13mr3835330ugm.1164822348038; Wed, 29 Nov 2006 09:45:48 -0800 (PST) Received: from noname ( [84.170.187.163]) by mx.google.com with ESMTP id 59sm22393923ugf.2006.11.29.09.45.41; Wed, 29 Nov 2006 09:45:47 -0800 (PST) To: freebsd-questions@freebsd.org Date: Wed, 29 Nov 2006 18:45:26 +0100 User-Agent: KMail/1.9.4 References: <456DC1C9.3070007@cupid.com> In-Reply-To: <456DC1C9.3070007@cupid.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611291845.27187.leichtzumerken@t-online.de> From: Michael Rudolph Cc: Dan Sikorsky Subject: Re: Using Screen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 17:47:50 -0000 On Wednesday 29 November 2006 18:22, Dan Sikorsky wrote: > Hey, I have a good question for you guys. > > Lets say, I started a job on a computer, if you must know, > portmanager -u , and then left... but I know its sitting there stuck > on a config window waiting for someone to press enter... > I do not have screen installed on this machine... > > my question is, can I ssh in, install screen (or not i suppose it > wouldnt matter) and bring that process to either > screen, or my ssh terminal? i was hoping there would be a way maybe > to suspend it, and then bring it to another term. > > > thanks > > > dan Hi Dan, I would try watch(8). Depending on many circumstances this may or may not work for you. Just read the man page. As far as I know, screen(1) would not work for the situation that you described. Good luck. michael