From owner-freebsd-questions@FreeBSD.ORG Fri Jun 29 12:59:12 2007 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 40D0016A421 for ; Fri, 29 Jun 2007 12:59:12 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1C14413C468 for ; Fri, 29 Jun 2007 12:59:12 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1176982waf for ; Fri, 29 Jun 2007 05:59:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f8sG1hqMjHAd3pGidELpw7vBp3zVDehv37NIM36sTkjgi86af/BHcJPUs4DpK1NdFpiNBKgGJ4/Muiuo9/ah0Rx8k9jgvME7Wb4saoTVNawdi131hB5IlXwDrdYaWuRI2Yo2BpP969hG+4+cyyrlGfEOkBRCtb8ZX5kpo2EtZVQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rXz704Cfo2szOZdtXJ2XVVslsVKJrhz6IZ/yQJcKPnzgHwoJCRrhsQCdphcWuv7wX08onnETCy6hIEI1OKAfgzvdM/o2sr+A0z0aqDVkBq9zTbBpsNfmmRN3FwvhZUN81yDmmN0gFTjYAU1IpO0N201MZ5uAAzDiMiHxbG2mxDA= Received: by 10.115.54.1 with SMTP id g1mr2537801wak.1183121951770; Fri, 29 Jun 2007 05:59:11 -0700 (PDT) Received: by 10.114.46.16 with HTTP; Fri, 29 Jun 2007 05:59:11 -0700 (PDT) Message-ID: <8d23ec860706290559s41bf8e46y1f15fa15d3e7ccc2@mail.gmail.com> Date: Fri, 29 Jun 2007 08:59:11 -0400 From: Schiz0 To: oim37@mail.ru In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Hello 1 question about close console 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: Fri, 29 Jun 2007 12:59:12 -0000 On 6/25/07, oim wrote: > Hello! > > I have a question about this situation. > > In home work Pc with FreeBSD Server, real ip and real domain name. > When i remote connect ssh2 (consose) from my work.. make on server some.. compile program from ports > > And some time later i need to close console, but i want, what session not close and compile processing. > > If i disconect from console all job stop. How disconect from console and come back to my session? > Use GNU screen. It's in the ports collection. It lets you start, detach, reattach, and stop sessions. It's very powerful. http://www.gnu.org/software/screen/ And an excellent tutorial: http://gentoo-wiki.com/TIP_Using_screen