DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦131592988⟧ TextFile

    Length: 702 (0x2be)
    Types: TextFile
    Notes: UNIX file
    Names: »mknod.8«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man8/mknod.8« 

TextFile

.ig
	@(#)mknod.8	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH MKNOD 8
.UC 4
.SH NAME
mknod \- build special file
.SH SYNOPSIS
.B /etc/mknod
name
[
.B c
] [
.B b
]
major
minor
.SH DESCRIPTION
.I Mknod
makes a special file.
The first argument is the
.I name
of the entry.
The second is
.B b
if the special file is block-type (disks, tape) or
.B c
if it is character-type (other devices).
The last two arguments are
numbers specifying the
.I major
device type
and the
.I minor
device (e.g. unit, drive, or line number).
.PP
The assignment of major device numbers is specific to each system.
They have to be dug out of the
system source file
.I conf.c.
.SH "SEE ALSO"
mknod(2)