home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / wUUCP_0.0.23.lha / man / uucp.man < prev    next >
Encoding:
Text File  |  1993-02-19  |  5.7 KB  |  199 lines

  1.  
  2.  
  3.  
  4. uucp(1)                                                   uucp(1)
  5.  
  6.  
  7. ¢1mNAME¢22m
  8.        uucp - Unix to Unix copy
  9.  
  10. ¢1mSYNOPSIS¢22m
  11.        ¢1muucp¢22m [ options ] source¡file destination¡file
  12.  
  13.        ¢1muucp¢22m [ options ] source¡file... destination¡directory
  14.  
  15. ¢1mDESCRIPTION¢22m
  16.        The  ¢4muucp¢24m command copies files between systems.  Each ¢4mfile¢24m
  17.        argument is either a pathname on the local machine  or  is
  18.        of the form
  19.  
  20.               system!path
  21.  
  22.        which  is interpreted as being on a remote system.  In the
  23.        first form, the contents of the first file are  copied  to
  24.        the  second.   In  the  second  form,  each source file is
  25.        copied into the destination directory.
  26.  
  27.        Any pathname that does not begin  with  /  or  ~  will  be
  28.        appended to the current directory; this resulting path may
  29.        not exist on a remote system.  A pathname beginning with a
  30.        simple  ~  starts at the UUCP public directory; a pathname
  31.        beginning with ~name starts at the home directory  of  the
  32.        named  user.  The ~ is interpreted on the appropriate sys¡
  33.        tem.  Note that some shells will interpret a simple  ~  to
  34.        the  local  home  directory  before ¢4muucp¢24m sees it; to avoid
  35.        this the ~ must be quoted.
  36.  
  37.        Shell metacharacters ? * [ ] are interpreted on the appro¡
  38.        priate  system,  assuming  they  are quoted to prevent the
  39.        shell from interpreting them first.
  40.  
  41.        The copy does not take place immediately, but is queued up
  42.        for  the  ¢4muucico¢24m (8) daemon; the daemon is started immedi¡
  43.        ately unless the ¢1m-r¢22m switch is given.   In  any  case,  the
  44.        next  time the remote system is called the file(s) will be
  45.        copied.
  46.  
  47. ¢1mOPTIONS¢22m
  48.        The following options may be given to ¢4muucp.¢24m
  49.  
  50.        ¢1m-c¢22m   Do not copy local source files to  the  spool  direc¡
  51.             tory.   If they are removed before being processed by
  52.             the ¢4muucico¢24m (8) daemon, the copy will fail.  The files
  53.             must be readable by the ¢4muucico¢24m (8) daemon, and by the
  54.             invoking user.
  55.  
  56.        ¢1m-C¢22m   Copy local source files to the spool directory.  This
  57.             is the default.
  58.  
  59.        ¢1m-d¢22m   Create all necessary directories when doing the copy.
  60.             This is the default.
  61.  
  62.  
  63.  
  64.                          Taylor UUCP 1.03                       1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. uucp(1)                                                   uucp(1)
  71.  
  72.  
  73.        ¢1m-f¢22m   If any necessary directories do  not  exist  for  the
  74.             destination path, abort the copy.
  75.  
  76.        ¢1m-g¢22m ¢1mgrade¢22m
  77.             Set  the grade of the file transfer command.  Jobs of
  78.             a higher grade are executed first.  Grades run 0  ...
  79.             9 A ... Z a ... z from high to low.
  80.  
  81.        ¢1m-m¢22m   Report  completion or failure of the file transfer by
  82.             ¢4mmail¢24m (1).
  83.  
  84.        ¢1m-n¢22m ¢1muser¢22m
  85.             Report completion or failure of the file transfer  by
  86.             ¢4mmail¢24m (1) to the named user on the remote system.
  87.  
  88.        ¢1m-r¢22m   Do  not  start  ¢4muucico¢24m (8) daemon immediately; merely
  89.             queue up the file transfer for later execution.
  90.  
  91.        ¢1m-j¢22m   Print jobid on standard output.  The job may be later
  92.             cancelled  by  passing  the jobid to the ¢1m-k¢22m switch of
  93.             ¢4muustat¢24m (1).  It is possible for some  complex  opera¡
  94.             tions  to  produce more than one jobid, in which case
  95.             each will be printed on a separate line.  For example
  96.             uucp        sys1!~user1/file1       sys2!~user2/file2
  97.             /usr/spool/uucppublic  will  generate  two   separate
  98.             jobs,  one for the system ¢4msys1¢24m and one for the system
  99.             ¢4msys2.¢24m
  100.  
  101.        ¢1m-x¢22m ¢1mtype¢22m
  102.             Turn on particular debugging  types.   The  following
  103.             types  are  recognized:  abnormal,  chat,  handshake,
  104.             uucp¡proto, proto, port, config,  spooldir,  execute,
  105.             incoming,  outgoing.  Only abnormal, config, spooldir
  106.             and execute are meaningful for ¢4muucp.¢24m
  107.  
  108.             Multiple types may be given, separated by commas, and
  109.             the  ¢1m-x¢22m  option  may appear multiple times.  A number
  110.             may also be given, which will turn on that many types
  111.             from the foregoing list; for example, ¢1m-x¢22m ¢1m2¢22m is equiva¡
  112.             lent to ¢1m-x¢22m ¢1mabnormal,chat.¢22m
  113.  
  114.        ¢1m-I¢22m ¢1mfile¢22m
  115.             Set configuration file to use.  This option  may  not
  116.             be available, depending upon how ¢4muucp¢24m was compiled.
  117.  
  118. ¢1mFILES¢22m
  119.        The  file  names  may be changed at compilation time or by
  120.        the configuration file, so these are only  approximations.
  121.  
  122.        /usr/lib/uucp/config ¡ Configuration file.
  123.        /usr/spool/uucp ¡ UUCP spool directory.
  124.        /usr/spool/uucp/Log ¡ UUCP log file.
  125.        /usr/spool/uucppublic ¡ Default UUCP public directory.
  126.  
  127.  
  128.  
  129.  
  130.                          Taylor UUCP 1.03                       2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. uucp(1)                                                   uucp(1)
  137.  
  138.  
  139. ¢1mSEE¢22m ¢1mALSO¢22m
  140.        mail(1), uux(1), uustat(1), uucico(8)
  141.  
  142. ¢1mBUGS¢22m
  143.        Files can not be copied across multiple systems.
  144.  
  145.        Some  of  the options are dependent on the capabilities of
  146.        the ¢4muucico¢24m (8) daemon on the remote system.
  147.  
  148.        The ¢4m-n¢24m and ¢4m-m¢24m switches do not  work  when  transferring  a
  149.        file from one remote system to another.
  150.  
  151.        File  modes are not preserved, except for the execute bit.
  152.        The resulting file is owned by the uucp user.
  153.  
  154. ¢1mAUTHOR¢22m
  155.        Ian Lance Taylor (ian@airs.com or uunet!airs!ian)
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                          Taylor UUCP 1.03                       3
  197.  
  198.  
  199.