From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 17:36:59 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 C3E0D16A416 for ; Wed, 29 Nov 2006 17:36:59 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id D29E743CA2 for ; Wed, 29 Nov 2006 17:36:51 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kATHZvHA000706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Nov 2006 19:36:03 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kATHZiIa003837; Wed, 29 Nov 2006 19:35:47 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kATHZhrn003836; Wed, 29 Nov 2006 19:35:43 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 29 Nov 2006 19:35:43 +0200 From: Giorgos Keramidas To: Dan Sikorsky Message-ID: <20061129173542.GA3787@kobe.laptop> References: <456DC1C9.3070007@cupid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <456DC1C9.3070007@cupid.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.439, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.76, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org 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:36:59 -0000 On 2006-11-29 12: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? In general, "no". You can _try_ using watch(8), from a superuser session, but I am not sure if it will catch whatever has already been displayed on the side of the watched terminal...