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

操作系统开发

开发平台:

WINDOWS

  1. FINGER(1)                 Minix Programmer's Manual                  FINGER(1)
  2. NAME
  3.      finger - user information lookup program
  4. SYNOPSIS
  5.      finger [ options ] name ...
  6. DESCRIPTION
  7.      By default finger lists the login name,  full  name,  terminal  name  and
  8.      write  status  (as  a `*' before the terminal name if write permission is
  9.      denied), idle time, login time, and office location and phone number  (if
  10.      they  are known) for each current UNIX user.  (Idle time is minutes if it
  11.      is a single integer, hours and minutes if a ':'  is present, or days  and
  12.      hours if a 'd' is present.)
  13.      A longer format also exists and is used by  finger  whenever  a  list  of
  14.      people's  names is given.  (Account names as well as first and last names
  15.      of users are accepted.)  This format is multi-line, and includes all  the
  16.      information  described  above  as  well  as the user's home directory and
  17.      login shell, any plan which the person has placed in the  file  .plan  in
  18.      their  home directory, and the project on which they are working from the
  19.      file .project also in the home directory.
  20.      Finger may be used to lookup users on a remote machine.  The format is to
  21.      specify  the  user  as  ``user@host.''  If the user name is left off, the
  22.      standard format listing is provided on the remote machine.
  23.      Finger options include:
  24.      -m   Match arguments only on user name.
  25.      -l   Force long output format.
  26.      -p   Suppress printing of the .plan files
  27.      -s   Force short output format.
  28. FILES
  29.      /etc/utmp               who file
  30.      /etc/passwd             for users names, offices, ...
  31.      /usr/adm/lastlog        last login times
  32.      ~/.plan                 plans
  33.      ~/.project              projects
  34. SEE ALSO
  35.      chfn(1), w(1), who(1).
  36. 4BSD                              May 10, 1986                               1
  37. FINGER(1)                 Minix Programmer's Manual                  FINGER(1)
  38. AUTHOR
  39.      Earl T. Cohen
  40. BUGS
  41.      Only the first line of the .project file is printed.
  42.      There is no way to pass arguments to the remote machine as finger uses an
  43.      internet standard port.
  44. 4BSD                              May 10, 1986                               2