strsetup(8) — Maintenance
NAME
strsetup − STREAMS setup and information command
SYNOPSIS
/usr/sbin/strsetup [ −cdfi ]
DESCRIPTION
The strsetup command displays the setup of your STREAMS modules and creates the appropriate character special files for the STREAMS-based drivers in your kernel configuration.
FLAGS
−cLists the current kernel configuration of STREAMS modules and devices. Any user can run the strsetup −c command.
−dDeletes all character special files listed in the configuration file that do not map to currently configured STREAMS drivers.
−fSpecifies a file that contains the specifications to build third party or installation-specific character files for STREAMS-based drivers. It uses the same specification format as the strsetup.conf file.
−iCreates the STREAMS-based special files appropriate for your kernel configuration. By default the strsetup command uses the information in the /etc/strsetup.conf file to build the STREAMS-based special files with the correct names, file permissions, and minor numbers. If the strsetup.conf file does not exist, the strsetup command defaults to creating clone character special files.
The strsetup −i command is run automatically at boot time.
FILES
/dev/streams/∗ Default directory in which the −i option creates the pseudodevices
RELATED INFORMATION
strsetup.conf(4), netsetup(8)
System Administration