⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fingerd.8

📁 操作系统设计与实现源码
💻 8
字号:
.\" Copyright (c) 1980 Regents of the University of California..\" All rights reserved.  The Berkeley software License Agreement.\" specifies the terms and conditions for redistribution..\".\"	@(#)fingerd.8c	6.1 (Berkeley) 5/23/86.\".TH FINGERD 8 "May 23, 1986".UC 6.SH NAMEfingerd, in.fingerd \- remote user information server.SH SYNOPSIS.B "finger stream tcp nowait nobody /usr/sbin/in.fingerd in.fingerd".br.B "tcpd finger /usr/sbin/in.fingerd in.fingerd".SH DESCRIPTION.B Fingerdis a simple protocol based on RFC742 that provides an interface to theName and Finger programs at several network sites.The program is supposed to return a friendly,human-oriented status report on either the system at the momentor a particular person in depth.There is no required format and theprotocol consists mostly of specifying a single ``command line''..PP.B Fingerdlistens for TCP requests at port 79.Once connected it reads a single command lineterminated by a <CRLF> which is passed to.BR finger (1)..B Fingerdcloses its connections as soon as the output is finished..PPIf the line is null (i.e. just a <CRLF> is sent) then .B fingerreturns a ``default'' report that lists all people logged intothe system at that moment..PPIf a user name is specified (e.g. eric<CRLF>) then theresponse lists more extended information for only that particular user,whether logged in or not.Allowable ``names'' in the command line include both ``login names''and ``user names''.If a name is ambiguous, all possible derivations are returned..SH SEE ALSO.BR finger (1)..SH BUGSConnecting directly to the server from a TIPor an equally narrow-minded TELNET-protocol user program can resultin meaningless attempts at option negotiation being sent to theserver, which will foul up the command line interpretation..B Fingerdshould be taught to filter out IAC's and perhaps even respondnegatively (IAC WON'T) to all option commands received.

⌨️ 快捷键说明

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