From owner-freebsd-questions@FreeBSD.ORG Mon Mar 27 21:31:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E52616A400 for ; Mon, 27 Mar 2006 21:31:48 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035A443D45 for ; Mon, 27 Mar 2006 21:31:47 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.62] (HELO mx1.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 214748547 for freebsd-questions@freebsd.org; Mon, 27 Mar 2006 16:31:47 -0500 Received: (qmail 10722 invoked from network); 27 Mar 2006 21:31:46 -0000 Received: from d-128-208-212-79.dhcp4.washington.edu (HELO ?128.208.212.79?) (micahjon@ywave.com@128.208.212.79) by 0 with SMTP; 27 Mar 2006 21:31:46 -0000 X-CLIENT-IP: 128.208.212.79 X-CLIENT-HOST: d-128-208-212-79.dhcp4.washington.edu Message-ID: <442859C1.9020107@ywave.com> Date: Mon, 27 Mar 2006 13:31:45 -0800 From: Micah User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Charles Swiger References: <20060327.123712.8420.581562@webmail39.nyc.untd.com> <7418834F-2938-46E5-B213-926955C4A4D7@mac.com> In-Reply-To: <7418834F-2938-46E5-B213-926955C4A4D7@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, gs_stoller@juno.com Subject: Re: The 'Amnesiac' screen s set up when FreeBSD starts up 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: Mon, 27 Mar 2006 21:31:48 -0000 Charles Swiger wrote: > On Mar 27, 2006, at 3:36 PM, gs_stoller@juno.com wrote: >> Is there a command that tells one on which screen one now >> sits, and if so what is its path-name? Where are these screens >> set up, and can one change that, say adding new screens? > > The "tty" command will indicate which terminal the shell is associated > with. There are kernel options which can be changed to let you setup > more or fewer virtual TTY's; see "man vt"... > > ---Chuck You can set up more/fewer by editing /etc/ttys See man ttys HTH, Micah