home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1227 / mktty < prev    next >
Encoding:
Text File  |  1990-12-28  |  231 b   |  10 lines

  1. set -x
  2. /etc/mknod /dev/tty00 c 3 0
  3. /etc/mknod /dev/tty01 c 3 1
  4. /etc/mknod /dev/tty02 c 3 2
  5. /etc/mknod /dev/tty03 c 3 3
  6. /etc/mknod /dev/tty04 c 3 4
  7. /etc/mknod /dev/tty05 c 3 5
  8. /etc/mknod /dev/tty06 c 3 6
  9. /etc/mknod /dev/tty07 c 3 7
  10.