fingerd.8c

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

8C
53
字号
.TH fingerd 8c .SH Namefingerd \- remote user information server.SH Syntax.B /etc/fingerd.SH Description.NXR "fingerd program" The.PN fingerdprogram is a protocol that provides an interface to theName and Finger programs at several network sites.The program returns an in depth status report on either the system currently in use or on a particular user whether that user is logged in or not..PPThe.PN fingerdprogram is never executed directly by a user, but rather by theULTRIX Internet listener daemon .PN /etc/inetd .When .PN /etc/inetd is listening on port 79, it passes any requeststhat it receives to .PN /etc/fingerd .  Once .PN fingerdreceives control, it reads asingle command line terminated by a.CT Fwhich is passed to .MS finger 1 .The.PN fingerdcommand closes its connections as soon as the output is finished..PPIf the line is null, for example a .CT F is sent, then .PN fingerreturns a default report that lists all the users logged intothe system at that moment..PPIf a user name is specified as .PN eric^F , for example, more extended information is listed for only that particular user, whether he is logged in or not.Allowable names in the command line include both login namesand user names.If a name is ambiguous, however, all possible derivations are returned..SH See Alsofinger(1), services(5), inetd(8c)

⌨️ 快捷键说明

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