RCP.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:2k
源码类别:

操作系统开发

开发平台:

C/C++

  1. RCP(1)                    Minix Programmer's Manual                     RCP(1)
  2. NAME
  3.      rcp - remote file copy
  4. SYNOPSIS
  5.      rcp [-p] file1 file2
  6.      rcp [-pr] file ...  directory
  7. DESCRIPTION
  8.      Rcp copies files between machines.  Each file or  directory  argument  is
  9.      either  a  remote  file  name of the form ``rhost:path'', or a local file
  10.      name (containing no `:' characters, or a `/' before any `:'s).
  11.      If  the  -r  option  is  specified  and  any  of  the  source  files  are
  12.      directories,  rcp  copies  each subtree rooted at that name; in this case
  13.      the destination must be a directory.
  14.      By default, the mode and owner of  file2  are  preserved  if  it  already
  15.      existed;  otherwise  the mode of the source file modified by the umask(2)
  16.      on the destination host is used.  The -p option causes rcp to attempt  to
  17.      preserve  (duplicate)  in  its copies the modification times and modes of
  18.      the source files, ignoring the umask.
  19.      If path is not a full path name, it is interpreted relative to your login
  20.      directory  on  rhost.  A path on a remote host may be quoted (using , ",
  21.      or ') so that the metacharacters are interpreted remotely.
  22.      Rcp does not prompt for passwords; your  current  local  user  name  must
  23.      exist on rhost and allow remote command execution via rsh(1).
  24.      Rcp handles third party copies, where neither source nor target files are
  25.      on the current machine.  Hostnames may also take the form ``rname@rhost''
  26.      to use rname rather than the current user name on the remote  host.   The
  27.      destination  hostname  may  also take the form ``rhost.rname'' to support
  28.      destination machines that are running 4.2BSD versions of rcp.
  29. SEE ALSO
  30.      cp(1), ftp(1), rsh(1), rlogin(1).
  31. BUGS
  32.      Doesn't detect all cases where the target of a copy might be  a  file  in
  33.      cases where only a directory should be legal.
  34.      Is confused by any output generated by commands in a .profile, or  .*shrc
  35.      file on the remote host.
  36. 5BSD                              May 12, 1986                               1