home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-man.lha / man / UUstat < prev    next >
Encoding:
Text File  |  1994-03-24  |  2.6 KB  |  113 lines

  1.  
  2. NAME
  3.  
  4.     UUstat - Interrogate/Modify status of UUCP jobs
  5.  
  6. SYNOPSIS
  7.  
  8.     UUstat [-aeimq] [_KQ] [-c cmd] [_C cmd] [-k job] [-o hours] [-r job]
  9.            [-s system] [_S system] [-u user] [_U user] [-y younger]
  10.  
  11.     UUstat [ALL] [COMMAND cmd] [NCOMMAND cmd] [EXECUTIONS] [KILLPROMPT]
  12.            [KILL job] [KILLLISTED] [MACHINES] [OLDER hours] [NUMBER]
  13.            [QUIET] [REJUVENATE job] [SYSTEM system] [NSYSTEM system]
  14.            [USER user] [NUSER user] [YOUNGER hours]
  15.  
  16.  
  17. EXAMPLE
  18.  
  19.     UUstat ncommand rmail
  20.  
  21.         Lists all pending jobs that are not for "rmail" at a remote site.
  22.  
  23.     UUstat user mbs
  24.  
  25.         Lists all pending jobs that were created by "mbs"
  26.  
  27.  
  28. DESCRIPTION
  29.  
  30.     UUstat provides a mechanism to allow interrogation and modification
  31.     of certain information about pending jobs for UUCP. UUstat obtains
  32.     this information from files in UUSpool (and its subdirectories, if
  33.     the configuration option UseSubDirs is set in UULib:Config).
  34.  
  35.     Files which are incoming (i.e., have not yet been processed by this
  36.     computer) have a prefix of "X.", and files which are outgoing (i.e.,
  37.     are destined for another computer) have a prefix of "C.".
  38.  
  39.     In general, combining major commands does not make a lot of sense,
  40.     and UUstat will not necessarily do what you wish. However, it should
  41.     not crash.
  42.  
  43.  
  44. OPTIONS
  45.  
  46.     -a = ALL
  47.         List all UUCP jobs
  48.  
  49.     -c = COMMAND <cmd>
  50.         List requests for named command
  51.  
  52.     _C = NCOMMAND <cmd>
  53.         List requests for other than named command
  54.  
  55.     -e = EXECUTIONS
  56.         List queued executions rather than job requests
  57.  
  58.     -i = KILLPROMPT
  59.         Prompt for whether to kill each listed job
  60.  
  61.     -k = KILL <job>
  62.         Kill requested job
  63.  
  64.     _K = KILLLISTED
  65.         Kill each listed job
  66.  
  67.     -m = MACHINES
  68.         Report status for all remote machines
  69.  
  70.     -o = OLDER <hours>
  71.         List all jobs older than the given number of hours
  72.  
  73.     -q = NUMBER
  74.         List number of jobs for each system
  75.  
  76.     _Q = QUIET
  77.         Don't list jobs, just take actions (-i, _K)
  78.  
  79.     -r = REJUVENATE <job>
  80.         Rejuvenate specified UUCP job
  81.  
  82.     -s = SYSTEM <system>
  83.         List all jobs for specified system
  84.  
  85.     _S = NSYSTEM <system>
  86.         List all jobs for other than specified system
  87.  
  88.     -u = USER <user>
  89.         List all jobs for specified user
  90.  
  91.     _U = NUSER <user>
  92.         List all jobs for other than specified user
  93.  
  94.     -y = YOUNGER <hours>
  95.         List all jobs younger than given number of hours
  96.  
  97.  
  98. CONFIGURATION OPTIONS
  99.  
  100.     UseSubDirs  Y/N
  101.         Where UUstat searches for files is controlled by UseSubDirs.
  102.         When UseSubDirs is set to "Y", UUstat searches for the
  103.         files in a subdirectory of UUSpool. That subdirectory is
  104.         named the same as the destination system. Otherwise, UUstat
  105.         searches in UUSpool itself.
  106.  
  107.  
  108. FILES
  109.  
  110.     UULib:Config
  111.     UUSpool:
  112.     UUSpool:<system-name>/<various>
  113.