Print this page
6057 login(1) "Last login" hostname is too short
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Albert Lee <trisk@omniti.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Alex Wilson <alex.wilson@joyent.com>


  15        interface to programs which display information on system status and
  16        individual users. The protocol imposes little structure on the format
  17        of the exchange between client and server. The client provides a single
  18        command line to the finger server which returns a printable reply.
  19 
  20 
  21        fingerd waits for connections on TCP port 79. Once connected, it reads
  22        a single command line terminated by RETURN-LINEFEED and passes the
  23        arguments to finger(1), prepended with -s. fingerd closes its
  24        connections as soon as the output is finished.
  25 
  26 FILES
  27        /var/adm/utmpx
  28                            User and accounting information.
  29 
  30 
  31        /etc/passwd
  32                            System password file.
  33 
  34 
  35        /var/adm/lastlog
  36                            Last login times.
  37 
  38 
  39        $HOME/.plan
  40                            User's plans.
  41 
  42 
  43        $HOME/.project
  44                            User's projects.
  45 
  46 
  47 USAGE
  48        fingerd and in.fingerd are IPv6-enabled. See ip6(7P).
  49 
  50 SEE ALSO
  51        finger(1), svcs(1), inetadm(1M), inetd(1M), svcadm(1M), attributes(5),
  52        smf(5), ip6(7P)
  53 
  54 
  55        Harrenstien, Ken, RFC 742, NAME/FINGER,  Network Information Center,


  64        commands received.
  65 
  66 
  67        The in.fingerd service is managed by the service management facility,
  68        smf(5), under the service identifier:
  69 
  70          svc:/network/finger:default
  71 
  72 
  73 
  74 
  75        Administrative actions on this service, such as enabling, disabling, or
  76        requesting restart, can be performed using svcadm(1M). Responsibility
  77        for initiating and restarting this service is delegated to inetd(1M).
  78        Use inetadm(1M) to make configuration changes and to view configuration
  79        information for this service. The service's status can be queried using
  80        the svcs(1) command.
  81 
  82 
  83 
  84                                  July 31, 2004                  IN.FINGERD(1M)


  15        interface to programs which display information on system status and
  16        individual users. The protocol imposes little structure on the format
  17        of the exchange between client and server. The client provides a single
  18        command line to the finger server which returns a printable reply.
  19 
  20 
  21        fingerd waits for connections on TCP port 79. Once connected, it reads
  22        a single command line terminated by RETURN-LINEFEED and passes the
  23        arguments to finger(1), prepended with -s. fingerd closes its
  24        connections as soon as the output is finished.
  25 
  26 FILES
  27        /var/adm/utmpx
  28                            User and accounting information.
  29 
  30 
  31        /etc/passwd
  32                            System password file.
  33 
  34 
  35        /var/adm/lastlog.v2
  36                            Last login times.
  37 
  38 
  39        $HOME/.plan
  40                            User's plans.
  41 
  42 
  43        $HOME/.project
  44                            User's projects.
  45 
  46 
  47 USAGE
  48        fingerd and in.fingerd are IPv6-enabled. See ip6(7P).
  49 
  50 SEE ALSO
  51        finger(1), svcs(1), inetadm(1M), inetd(1M), svcadm(1M), attributes(5),
  52        smf(5), ip6(7P)
  53 
  54 
  55        Harrenstien, Ken, RFC 742, NAME/FINGER,  Network Information Center,


  64        commands received.
  65 
  66 
  67        The in.fingerd service is managed by the service management facility,
  68        smf(5), under the service identifier:
  69 
  70          svc:/network/finger:default
  71 
  72 
  73 
  74 
  75        Administrative actions on this service, such as enabling, disabling, or
  76        requesting restart, can be performed using svcadm(1M). Responsibility
  77        for initiating and restarting this service is delegated to inetd(1M).
  78        Use inetadm(1M) to make configuration changes and to view configuration
  79        information for this service. The service's status can be queried using
  80        the svcs(1) command.
  81 
  82 
  83 
  84                                November 9, 2015                 IN.FINGERD(1M)