From owner-freebsd-questions Sat Nov 25 18:28:50 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA05332 for questions-outgoing; Sat, 25 Nov 1995 18:28:50 -0800 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.138]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA05325 for ; Sat, 25 Nov 1995 18:28:46 -0800 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.12/8.6.11) with SMTP id SAA08048 ; Sat, 25 Nov 1995 18:28:40 -0800 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: wjh@bhoss.ifx.net cc: questions@freebsd.org Subject: Re: MAKEDEV ttyv? In-reply-to: Your message of "Sat, 25 Nov 1995 21:03:01 EST." Date: Sat, 25 Nov 1995 18:28:39 -0800 Message-ID: <8046.817352919@westhill.cdrom.com> From: Gary Palmer Sender: owner-questions@freebsd.org Precedence: bulk Bill Henderson wrote in message ID : > How do you make a ttyv? the command MAKEDEV ttyv4 does not work, I am trying > to add ttyv4,5,6 to the ttys file ? You use vty, where is the number of vty's you want. e.g. cd /dev sh MAKEDEV vty6 will make /dev/ttyv0 through /dev/ttyv5 (i.e. 6 vty's) Gary