home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man8 / mknod.8 < prev    next >
Encoding:
Text File  |  1975-06-26  |  689 b   |  41 lines

  1. .th MKNOD VIII 2/11/75
  2. .sh NAME
  3. mknod \*- build special file
  4. .sh SYNOPSIS
  5. .bd /etc/mknod
  6. name
  7. [
  8. .bd c
  9. ] [
  10. .bd b
  11. ]
  12. major
  13. minor
  14. .sh DESCRIPTION
  15. .it Mknod
  16. makes a directory entry and corresponding i-node
  17. for a special file.
  18. The first argument is the
  19. .it name
  20. of the entry.
  21. The second is
  22. .bd b
  23. if the special file is block-type (disks, tape) or
  24. .bd c
  25. if it is character-type (other devices).
  26. The last two arguments are
  27. numbers specifying the
  28. .it major
  29. device type
  30. and the
  31. .it minor
  32. device (e.g. unit, drive, or line number).
  33. .s3
  34. The assignment of major device numbers is specific to each system.
  35. They have to be dug out of the
  36. system source file
  37. .it conf.c.
  38. .sh "SEE ALSO"
  39. mknod (II)
  40. .sh BUGS
  41.