home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / uulocks / part01 / README < prev    next >
Text File  |  1993-07-01  |  1KB  |  40 lines

  1. UULOCKS(1)                                             UULOCKS(1)
  2.  
  3. NAME
  4.        uulocks - print status summary of UUCP locks
  5.  
  6. SYNOPSIS
  7.        uulocks [ -h ] [ -p [ -a psargs ] ]
  8.  
  9. DESCRIPTION
  10.        Uulocks searches the various directories which can contain
  11.        UUCP-style ``lock'' files.  These files are used  by  UUCP
  12.        to  prevent multiple connections to the same remote neigh-
  13.        bor, and also to control access to  the  outgoing  modems.
  14.        On  some systems, tip(1), kermit(1), and even getty(8) use
  15.        these same locks, thus permitting the outbound  modems  to
  16.        be shared between all modem applications.
  17.  
  18.        If  the  -h option is given, no header will be printed for
  19.        the report.  This is useful if you intend to  post-process
  20.        the output with perl(1) or awk(1).
  21.  
  22.        If  the  -p  option is given, then a ps(1) command will be
  23.        executed for each process seen to  have  an  active  lock.
  24.        This can be followed by the -a option, which specifies the
  25.        output format to be given to ps(1).  The default for newer
  26.        systems  is  -o  user,tt,ucomm,state,start,  and for older
  27.        systems it is simply u.
  28.  
  29. SEE ALSO
  30.        ps(1), tip(1), kermit(1), getty(8)
  31.  
  32. FILES
  33.        /var/spool/uucp/LCK..*
  34.        /var/run/LCK..*
  35.  
  36. AUTHOR
  37.        Paul Vixie <paul@vix.com>
  38.  
  39. $Id: README,v 1.1 1993/07/01 20:17:02 vixie Exp $
  40.