September 2000
Beginner
1312 pages
33h 47m
English
/sbin/soconfig -f file /sbin/soconfig family type protocol [path]
The soconfig command configures the transport provider driver for use with sockets. It specifies how the family, type, and protocol parameters in the socket(3N) call are mapped to the name of a transport provider such as /dev/tcp. This command can be used to add an additional mapping or to remove a previous mapping.
The init(1M) command uses soconfig with the sock2path(4) file during the booting sequence.
| -f file | Set up the soconfig configuration for each driver according to the information stored in file. A soconfig file consists of lines of at least the first three fields listed below, ... |