comsat.8c

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 8C 代码 · 共 49 行

8C
49
字号
.\" SCCSID: @(#)comsat.8c	8.1	9/11/90.TH comsat 8c.SH Namecomsat \- biff server.SH Syntax.B /etc/comsat.SH Description.NXR "comsat program".NXAM "biff command" "comsat program".NXAM "inetd server daemon" "comsat program".NXR "mail" "reporting incoming"The.PN comsatcommandis the server process which receives reports of incoming mailand notifies users if they have requested this service.The.PN comsatcommand is invoked by .MS inetd 8c ,when it detects an incoming packet on the datagram port associatedwith the ``biff'' servicespecification.  For further information, see .MS services 5 .The.PN comsatcommand reads the packet, which is a one line message of the form:.PP.I user@mailbox-offset.PPIf the.I userspecified is logged in to the system and the associated terminal hasthe owner execute bit turned on (by a ``biff y''), the.I offsetis used as a seek offset into the appropriate mailbox file andthe first 7 lines or 560 characters of the message are printedon the user's terminal.  Lines which appear to be part ofthe message header other than the From:, To:, Date:,or Subject: lines are not included in the displayed message..SH RestrictionsThe message header filtering is prone to error..SH Files.TP 15.PN /etc/utmpInformation about who is logged on to which terminals.SH See Alsobiff(1), inetd(8c)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?