home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4962 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.0 KB  |  31 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!decwrl!csus.edu!news
  3. From: eps@futon.SFSU.EDU (Eric P. Scott)
  4. Subject: Re: Plugging terminal into serial port
  5. Message-ID: <1992Sep1.090252.20046@csus.edu>
  6. Sender: news@csus.edu
  7. Reply-To: eps@cs.sfsu.edu
  8. Organization: San Francisco State University
  9. References: <1992Aug28.174207.24735@magnus.acs.ohio-state.edu>
  10. Date: Tue, 1 Sep 1992 09:02:52 GMT
  11. Lines: 18
  12.  
  13. In article <1992Aug28.174207.24735@magnus.acs.ohio-state.edu>
  14.     szatezal@magnus.acs.ohio-state.edu (Shane M Zatezalo)
  15.     writes:
  16. >Is it possible to plug a terminal into either the serial a/b port
  17. >and login to the NeXT?
  18.  
  19. If you look in the /etc/ttys file you'll see lines that look like:
  20.  
  21. ttya    "/usr/etc/getty std.9600"    unknown        off secure
  22. ttyb    "/usr/etc/getty std.9600"    unknown        off secure
  23. ttyda    "/usr/etc/getty D9600"        unknown        off
  24. ttydb    "/usr/etc/getty D9600"        unknown        off
  25.  
  26. If you change an "off" to an "on" you'll enable getty for that
  27. port.  (Don't enable both ttyX and ttydX!)  Then do a  kill -1 1
  28. to force init to reload.
  29.  
  30.                     -=EPS=-
  31.