From owner-freebsd-questions Thu Jun 26 15:46:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA16793 for questions-outgoing; Thu, 26 Jun 1997 15:46:15 -0700 (PDT) Received: from www.buffalostate.edu (hummel@www.buffalostate.edu [136.183.2.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA16786 for ; Thu, 26 Jun 1997 15:46:08 -0700 (PDT) Received: from localhost (hummel@localhost) by www.buffalostate.edu (8.8.5/8.8.5) with SMTP id SAA20172; Thu, 26 Jun 1997 18:45:40 -0400 Date: Thu, 26 Jun 1997 18:45:40 -0400 (EDT) From: "Dave H." To: Brian William Francis Tobin XXIX cc: questions@FreeBSD.ORG Subject: Re: virtual terminals In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I think it's actually ./MAKEDEV tty x where x is the number of terminals you want. On Thu, 26 Jun 1997, Brian William Francis Tobin XXIX wrote: > > Hello and Thank You. > I am using FreeBSD 2.1.6 > > I am trying to add more virtual terminals so that I can access various > emails by hitting Alt-F#. > > I have added the proper text to the /etc/ttys file. > I went to /dev and tried this: > ./MAKEDEV ttyv4 > > I receive: > ttyv4 - no such device name > > I appreciate your help. > > Brian WF Tobin >