home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man5 / utmp.5 < prev    next >
Encoding:
Text File  |  1975-06-26  |  572 b   |  20 lines

  1. .th UTMP V 9/10/73
  2. .sh NAME
  3. utmp \*- user information
  4. .sh DESCRIPTION
  5. This
  6. file allows one to discover information about who is currently
  7. using UNIX.
  8. The file is binary; each entry is 16(10) bytes long.
  9. The first eight bytes contain a user's login name or
  10. are null if the table slot is unused.
  11. The low order byte of the next word contains the last
  12. character of a typewriter name.
  13. The next two words contain the user's login time.
  14. The last word is unused.
  15. .sh FILES
  16. /etc/utmp
  17. .sh "SEE ALSO"
  18. init (VIII) and login (I), which maintain the file;
  19. who (I), which interprets it.
  20.