From owner-freebsd-questions Thu Jun 26 15:57:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA17331 for questions-outgoing; Thu, 26 Jun 1997 15:57:53 -0700 (PDT) Received: from isf.kiev.ua (sunone.isf.kiev.ua [194.44.162.131]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA17305 for ; Thu, 26 Jun 1997 15:56:21 -0700 (PDT) Received: from olinet.isf.kiev.ua by isf.kiev.ua with ESMTP id BAA15984; (8.8.3/2.b1) Fri, 27 Jun 1997 01:45:02 +0300 (EET DST) Received: from kushnir.kiev.ua by olinet.isf.kiev.ua with SMTP id BAA01351; (8.8.3/vak/1.9) Fri, 27 Jun 1997 01:44:38 +0300 (EET DST) Message-ID: <33B2F133.41C67EA6@olinet.isf.kiev.ua> Date: Thu, 26 Jun 1997 22:46:11 +0000 From: Vladimir Kushnir X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: Brian William Francis Tobin XXIX CC: questions@FreeBSD.ORG Subject: Re: virtual terminals References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 >From FreeBSD FAQ (/usr/share/doc/FAQ): cd /dev ./MAKEDEV vty12 # For 12 devices (it's vtyN, not ttyvN in MAKEDEV) Cheers, Vladimir