From owner-freebsd-questions Wed May 5 23:28: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from apotheosis.za.org (apotheosis.za.org [137.158.128.27]) by hub.freebsd.org (Postfix) with ESMTP id D1AAD14F37 for ; Wed, 5 May 1999 23:26:47 -0700 (PDT) (envelope-from lonewolf@apotheosis.za.org) Date: Thu, 6 May 1999 08:26:37 +0200 From: Lonewolf To: Patrick Hyland Cc: freebsd-questions@FreeBSD.ORG Subject: Re: making more virtual ttyv's Message-ID: <19990506082637.A83304@apotheosis.za.org> Mail-Followup-To: Patrick Hyland , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from "Patrick Hyland" on Wed, May 05, 1999 at 11:45:21PM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cd /dev && ./MAKEDEV vty11 will create 11 ttyv's for you. Take a peek inside /dev/MAKEDEV, the comments are rather helpful. :) -- lonewolf@apotheosis.za.org On Wed, May 05, 1999 at 11:45:21PM +0200, Patrick Hyland wrote: > I would like to create some more virtual tty's vy editing etc/tty > But first I need to MAKEDEV the tty's. These are the ttyv#'s I have now > > [pbh@mercury] /dev $ ls ttyv > ttyv0 ttyv1 ttyv2 ttyv3 > > I thought making ttyv4 would be as simple as ./MAKEDEV ttyv4 > > but > > [pbh@mercury] /dev $ ./MAKEDEV ttyv4 > ttyv4 - no such device name > [pbh@mercury] /dev $ > > I obviously do not understand the process. If someone could help, > Id appreciate it. I want to make ttyv's for a total of 11 virtual terminals > > Thanks > Patrick > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message