Gives system administrators flexibility in configuring their Systems, Devices and Dialers files for use with BNU commands.
The /etc/uucp/Sysfiles file let system administrators specify alternate Systems, Devices and Dialers files to replace the default files in the /etc/uucp directory or to supplement those files to enable a separation of the data needed to access remote systems. It is organized so a user can invoke two distinct types of services, uucico and cu. The uucico service refers to the /usr/sbin/uucp/uucico command and the commands that invoke it, for example uucp, uux, uusend, uucico. It automatically logs into remote systems and sends and receives data. The cu service connects to remote systems without attempting to login and uses the cu, ct, and slattach commands to contact remote systems. The responses to the user name and password prompts as well as any data transfer is the responsibility of the user. Based upon these differences a system administrator can split the data used to contact remote systems according the service types
The Sysfiles file contains a description of each BNU service on the local system that can establish a remote connection. Each line in the Sysfiles file corresponds to the following syntax:
service=uucico|cu [systems=filename[:filename]] \ [devices=filename[:filename]] \ [dialers=filename[:filename]] \
If a service does not have a corresponding line in the Sysfiles file, the default files are used.
service=uucico systems=Systems.cico devices=Devices.cico \ dialers=Dialers.cico service=cu systems=Systems.cu devices=Devices.cu \ dialers=Dialers.cuThese two lines in a Sysfiles file state that two separate sets of Systems, Devices and Dialers files are used for each service. Each service is specified by the service= at the beginning of a line with no leading white space. The files used for each service is named on the same line according to the substrings appended to the systems=, devices= and dialers=. Their default location is in the /etc/uucp directory.
service=uucico systems=Systems.cico:Systems \ devices=Devices.cico:Devices \ dialers=Dialers.cico:Dialers service=cu systems=Systems.cu:Systems \ devices=Devices.cu:Devices \ dialers=Dialers.cu:DialersThis example provides separate Systems, Devices, and Dialers files for each service, but combines any common data into the default files. As the example shows, multiple Systems, Devices and Dialers files can be specified for each service. A colon is used as the filename delimiter in such a case.
service=uucico systems=Systems.cico service=cu systems=Systems.cuIf no Sysfiles service entry is made for a Systems, Devices, or Dialers file, the default file is used. Any files specified in Sysfiles to serve as Systems, Devices, or Dialers files need to conform to the syntax used in the default files, /etc/uucp/Systems, /etc/uucp/Devices or /etc/uucp/Dialers.
The uucico daemon, ct command, cu command, uucp command, uux command, uusend command
The /etc/uucp/Devices File, /etc/uucp/Dialers File, /etc/uucp/Systems File,