2
0
Fork 0
ibcs/DEVICES

18 lines
417 B
Plaintext

The interfaces to some subsystems occur at the device layer and thus
you need to create some device files:
/dev/socksys - interface for STREAMS based TCP/IP applications
# mknod /dev/socksys c 30 0
/dev/X0R - server side of SVR local X interface (see comments in Doc/Local-X)
# ln -s /dev/null /dev/X0R
/dev/spx - client side of SVR local X interface (see comments in Doc/Local-X)
# mknod /dev/spx c 30 1