Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 1997 12:28:00 +1100 (EST)
From:      Andrew <perrya@python.shoal.net.au>
To:        kevin <zerox@singnet.com.sg>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: MAKEDEV vty4 doesnt work?
Message-ID:  <Pine.BSI.3.95.971214122523.12603A-100000@python.shoal.net.au>
In-Reply-To: <Pine.3.89.9712130247.A6484-0100000@wisteria.singnet.com.sg>

next in thread | previous in thread | raw e-mail | index | archive | help
Someone will no doubt correct me if I am wrong, but I think that 
sh MAKEDEV vty4
creates 4 ttyv device entries, ttyv0 - ttyv3. So if you want a ttyv4 you
will need to:
sh MAKEDEV vty5 
which will create 5 ttyv devices from ttyv0 - ttvy4

Andrew Perry

On Sat, 13 Dec 1997, kevin wrote:

> Date: Sat, 13 Dec 1997 02:11:07 +0800 (SST)
> From: kevin <zerox@singnet.com.sg>
> To: freebsd-questions@FreeBSD.ORG
> Subject: MAKEDEV vty4 doesnt work?
> 
> hi guys,
> 
> Having a problem to create vty4,vty5..etc
> This is wat i did:
> 
> sh MAKEDEV vty4
> ls ttyv4
> 
> I got "ls: ttyv4: No such file or directory"
> 
> what have i missed?
> 
> thanx
> kevin
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.971214122523.12603A-100000>