FINGERD.8
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:2k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. FINGERD(8)                Minix Programmer's Manual                 FINGERD(8)
  2. NAME
  3.      fingerd, in.fingerd - remote user information server
  4. SYNOPSIS
  5.      finger stream tcp nowait nobody /usr/sbin/in.fingerd in.fingerd
  6.      tcpd finger /usr/sbin/in.fingerd in.fingerd
  7. DESCRIPTION
  8.      Fingerd is a simple protocol based on RFC742 that provides  an  interface
  9.      to the Name and Finger programs at several network sites.  The program is
  10.      supposed to return a friendly, human-oriented status report on either the
  11.      system  at  the  moment  or  a  particular  person in depth.  There is no
  12.      required format and the protocol consists mostly of specifying  a  single
  13.      ``command line''.
  14.      Fingerd listens for TCP requests at port 79.  Once connected it  reads  a
  15.      single  command line terminated by a <CRLF> which is passed to finger(1).
  16.      Fingerd closes its connections as soon as the output is finished.
  17.      If the line is null (i.e. just a <CRLF> is sent) then  finger  returns  a
  18.      ``default''  report  that lists all people logged into the system at that
  19.      moment.
  20.      If a user name is specified (e.g. eric<CRLF>)  then  the  response  lists
  21.      more  extended  information for only that particular user, whether logged
  22.      in or not.  Allowable ``names'' in the command line include both  ``login
  23.      names''  and  ``user  names''.   If  a  name  is  ambiguous, all possible
  24.      derivations are returned.
  25. SEE ALSO
  26.      finger(1).
  27. BUGS
  28.      Connecting directly to the server from a TIP or an equally  narrow-minded
  29.      TELNET-protocol user program can result in meaningless attempts at option
  30.      negotiation being sent to the server, which will foul up the command line
  31.      interpretation.  Fingerd should be taught to filter out IAC's and perhaps
  32.      even respond negatively (IAC WON'T) to all option commands received.
  33. 6BSD                              May 23, 1986                               1