home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / wizards / 5254 < prev    next >
Encoding:
Text File  |  1992-12-16  |  846 b   |  27 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!infonode!fed_img!dcp
  3. From: dcp@fed_img.ingr.com
  4. Subject: How do you setup an rs232 port as the console window
  5. Message-ID: <1992Dec16.194254.17192@infonode.ingr.com>
  6. Sender: dcp@fed_img (FAA dev)
  7. Organization: Intergraph
  8. Date: Wed, 16 Dec 1992 19:42:54 GMT
  9. Lines: 16
  10.  
  11. I have an Intergraph 6000 running unix, with three rs-323 ports.
  12. tty00 is attached to a terminal.  I'ld like to setup one of them
  13. as the console window.  Can I do this using the inittab file in /etc?
  14. Do I have to redirect /dev/console into /dev/tty00 and visa-versa?
  15. Tried:
  16.  
  17. co:234:respawn:/etc/getty tty00 console
  18. t0:234:respawn:/etc/getty tty00 9600 none
  19.  
  20. This didn't work.
  21.  
  22. I used to have an entry something like:
  23. cl:234:respawn:/etc/clink 2>&1
  24. but I don't know what /etc/clink did to link /dev/console into /dev/tty00...
  25.  
  26. dfw
  27.