📄 l.sys.5
字号:
.\" SCCSID: @(#)L.sys.5 8.1 9/11/90.TH L.sys 5.SH NameL.sys \- information needed to connect to a system.SH Syntax.B /usr/lib/uucp/L.sys.SH Description.NXB "L.sys file" "format".NXR "uucp utility" "L.sys file".NXR "remote system" "specifying"The .PN uucputility uses the.PN L.sysfile. The file contains entries for each remote systemthat the local system can call and for each remotesystem for which the local system accepts calls butdoes not call. More than one line canbe used for a particular remote system. In this case,the additional lines represent alternative communicationpaths that are tried in sequential order..PPThe format of each entry, with each field separated byblanks or tabs, is:.PP.I system-name time device class phone login.PP.IP \fIsystem-name\fRThe name of the remote system..IP \fItime\fRA string that indicates the days of the week and the timesof day when the system can be called (for example,MoTuTh0800-1740)..IP "" The day portion may be a list containing:.IP "" Su Mo Tu We Th Fr Sa.IP ""The day may also be Wk for any weekday or Any for anyday..IP ""You can indicate hours in a range (for example, 0800-1230).If you do not specify a time, calls will be allowed at anytime..IP ""Note that a time range that spans 0000 is permitted. Forexample, 0800-0600 means that all times are allowed excepttimes between 6 AM and 8 AM. .IP ""Multiple date specifications that are separated by a vertical bar(|) are allowed. For example, Any0100-0600|Sa|Su means thatthe system can be called any day between 1 AM and y AM orany time on Saturday and Sunday..IP ""An optional subfield is available to indicate the minimum time,in minutes, before retrying a failed connection. A failedconnection attempt is a login failure, as opposed to a dialingconnection failure. The subfield separator is a comma (,).For example, Any, 9 means call any time, but wait at least 9minutes after a failure has occurred..IP \fIdevice\fREither the ACU or the hard-wired device used for the call. For thehard-wired device, use the last part of the special file name(for example, tty2)..IP \fIclass\fRThe line speed for the call (for example, 1200). The exceptionis when the BC library routine dialout is available, in whichcase this is the dialout class..IP \fIphone\fRThe telephone number, made up of an optional alphabetic abbreviationand a numeric part. The abbreviation should be one that appearsin the .PN L-dialcodes file (for example, ct5900, nh6511). If a numeric number is used,it should be given in full. For the hard-wired devices, this fieldcontains the same string as used for the.I devicefield..IP \fIlogin\fRThe login information, given as a series of fields and subfieldsin this format:.EX\fIexpect1\fR\|[\-\[\fIsendspecial\|\fR]\-\fIexpect2\fR\|] \fIsend\fR ....EE.IPThe .I expect1argument is the string the local system expects toread when logging in tothe remote system, and the.I sendargument is the string the local system is to send when the.I expectstring is received. If two double quotation marks ("") are specifiedinstead of the \fIexpect1\fR argument, nothing is expectedfrom the remote system..IP ""The.I sendspecialargument specifies a special character to be sent to theremote system if the .I expect1 argument is not received. If.I sendspecialis omitted, and two dashes (--) follow the .I expect1 argument, the local system sends a carriage returnto the remote system..IP ""Other special characters are:.IP EOT Send an EOT character.IPBREAK# Send # break sequences (default is 3).IPPAUSE# Pause # seconds (default is 5).IP\\d Pause 1 second before sending next character.IP\\s Send a blank character.IP\\r Send a carriage return.IP\\b Send a break character.IP\\# Send the character represented by the octal number.br #. For example, \\05 is CTRL/e..IPP_ZERO Change parity from even (default) to zero.IPP_EVEN Change parity to even.IPP_ODD Change parity to odd.IPP_ONE Change parity to one parity.IPThe.I expect2argument defines another string expected to be readafter transmission of the .I sendspecialargument to the remote system. .SH Examples.NXR(e) "L.sys file" In the following example, the remote system is expectedto send the string ``login:'', to which the local systemreplies ``xuucp''. .EX login: xuucp ssword: smiley.EEThen the word ``ssword:'' is expectedfrom the remote system. (The first letter of the passwordprompt varies from system to system, so it is safer tolook for the ending characters.) When ``ssword:'' isreceived, the local system sends ``smiley''. If the login issuccessful, the conversation between the peer transfer processes(uucico) begins. If the login fails, the connection attempt fails..PPIn the following example, ``login:'' is expected. .EX login:--login xuucp ssword: smiley.EEIf it is received, ``xuucp'' is sent to the remote system. If \*Qlogin:\*Uis not received, a carriage return is sent to the remote system,and ``login:'' is expected. If it is received, \*Qxuucp\*U is sent tothe remote system. The example then proceeds the same as theprevious example..PPIn the following example, ``login:'' is expected. .EX login:-BREAK1-login: xuucp ssword: smiley.EEIf it is notreceived, one break sequence is sent to change the baudrate of the remote process. Then, ``login:'' is again expected,and the example proceeds the same as the previous examples..SH See AlsoL-dialcodes(5).br.I "Guide to the uucp Utility".NXE "L.sys file" "format"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -