Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!news.uoregon.edu!usenet.eel.ufl.edu!news.mathworks.com!gatech!howland.reston.ans.net!agate!violet.berkeley.edu!jkh From: jkh@violet.berkeley.edu (Jordan K. Hubbard) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: More virtual terminals Date: 28 Jul 1995 21:48:19 GMT Organization: University of California, Berkeley Lines: 10 Message-ID: <3vblv3$ern@agate.berkeley.edu> References: <3vb5oo$idb@ddi2.digital.net> NNTP-Posting-Host: violet.berkeley.edu In article <3vb5oo$idb@ddi2.digital.net>, Kevin <klo@digital.net> wrote: >How do I go about adding more virutal terminals? MAKEDEV doesn't want to >make any more, and I can't seem to find it in my kernel config file Just edit /etc/ttys. You'll see where "off" should be turned to "on", and you can alos clone the last line (changing the vty#, of course) for up to 12 VTYs. Jordan