home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / bbs / fn132bin / man / clog.man < prev    next >
Text File  |  1991-09-05  |  2KB  |  76 lines

  1.  
  2.  
  3. CLOG(1)              FNORDADEL BBS SOFTWARE               CLOG(1)
  4.  
  5. NAME
  6.      clog.tos - view the user log
  7.  
  8. SYNOPSIS
  9.      clog [-acpto] [username] ...
  10.  
  11. DESCRIPTION
  12.      Clog allows the Sysop to view the contents of his user log.
  13.      It must be run from the directory in which ctdltabl.sys
  14.      resides.  Its output is sent to stdout, which may be
  15.      redirected (if running from a shell).
  16.  
  17.      When run without arguments, clog displays each user's name,
  18.      and various bits of information associated with his/her
  19.      account, including date of last call, column width, Expert
  20.      mode ("Exp"), Aide status ("Aid") or Sysop status ("Sys"),
  21.      network privs ("Net"), et cetera.
  22.  
  23.      The users are displayed in the order in which they are
  24.      stored in the user log.
  25.  
  26. OPTIONS
  27.      The following arguments affect clog's behaviour.  They may
  28.      be mixed, though some of them are mutually contradictory
  29.      (e.g. -p and -t).
  30.  
  31.      -a   Display only users who have Aide status.
  32.  
  33.      -c   Display the entire name field with unprintable charac-
  34.           ters shown as '?' marks -- useful for finding aliases
  35.           into which illegal characters have somehow slipped.
  36.  
  37.      -o   Sort the output in order of last call, most recent
  38.           first.
  39.  
  40.      -p   Display the users' passwords in addition to the usual
  41.           information.
  42.  
  43.      -t   Display only the users' names, in a three-column for-
  44.           mat.
  45.  
  46.      [username]
  47.           One or more optional user names may be passed to clog
  48.           on the command line.  Clog will only display the infor-
  49.           mation for the specified user(s).  This is useful for
  50.           finding a password for one specific user, for example.
  51.  
  52. NOTES
  53.      The -c option is of limited usefulness.  Illegal characters
  54.      shouldn't get in there in the first place.
  55.  
  56. BUGS
  57.      If a name passed on the command line contains any spaces, it
  58.      will be mistakenly parsed into separate names which probably
  59.      won't match any account.
  60.  
  61. FILES
  62.      clog.tos              Userlog viewer program.
  63.      ctdltabl.sys          Tables file.
  64.      #sysdir\ctdllog.sys   The user log file.
  65.  
  66. SEE ALSO
  67.      The Fnordadel Reference Manual
  68.  
  69. AUTHORS
  70.      Originally written by Hue, Jr., as part of Citadel-86.
  71.  
  72.      Additional modifications for STadel by Davin Parsons.
  73.  
  74.      Further modifications and enhancements for Fnordadel by
  75.      Adrian Ashley and Royce Howland.
  76.