Deleted Added
full compact
rcp.1 (68754) rcp.1 (68935)
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rcp.1 8.1 (Berkeley) 5/31/93
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rcp.1 8.1 (Berkeley) 5/31/93
33.\" $FreeBSD: head/bin/rcp/rcp.1 68754 2000-11-15 16:44:24Z ben $
33.\" $FreeBSD: head/bin/rcp/rcp.1 68935 2000-11-20 11:39:41Z ru $
34.\"
35.Dd May 31, 1993
36.Dt RCP 1
37.Os BSD 4.3r
38.Sh NAME
39.Nm rcp
40.Nd remote file copy
41.Sh SYNOPSIS
34.\"
35.Dd May 31, 1993
36.Dt RCP 1
37.Os BSD 4.3r
38.Sh NAME
39.Nm rcp
40.Nd remote file copy
41.Sh SYNOPSIS
42.Nm rcp
42.Nm
43.Op Fl Kpx
44.Op Fl k Ar realm
45.Ar file1 file2
43.Op Fl Kpx
44.Op Fl k Ar realm
45.Ar file1 file2
46.Nm rcp
46.Nm
47.Op Fl Kprx
48.Op Fl k Ar realm
49.Ar file ...
50.Ar directory
51.Sh DESCRIPTION
52.Nm Rcp
53copies files between machines. Each
54.Ar file

--- 33 unchanged lines hidden (view full) ---

88If any of the source files are directories,
89.Nm
90copies each subtree rooted at that name; in this case
91the destination must be a directory.
92.It Fl x
93Turn on
94.Tn DES
95encryption for all data passed by
47.Op Fl Kprx
48.Op Fl k Ar realm
49.Ar file ...
50.Ar directory
51.Sh DESCRIPTION
52.Nm Rcp
53copies files between machines. Each
54.Ar file

--- 33 unchanged lines hidden (view full) ---

88If any of the source files are directories,
89.Nm
90copies each subtree rooted at that name; in this case
91the destination must be a directory.
92.It Fl x
93Turn on
94.Tn DES
95encryption for all data passed by
96.Nm Ns .
96.Nm .
97This may impact response time and
98.Tn CPU
99utilization, but provides
100increased security.
101.El
102.Pp
103If
104.Ar path

--- 50 unchanged lines hidden (view full) ---

155.Pa \&.cshrc
156file on the remote host.
157.Pp
158The destination user and hostname may have to be specified as
159.Dq rhost.rname
160when the destination machine is running the
161.Bx 4.2
162version of
97This may impact response time and
98.Tn CPU
99utilization, but provides
100increased security.
101.El
102.Pp
103If
104.Ar path

--- 50 unchanged lines hidden (view full) ---

155.Pa \&.cshrc
156file on the remote host.
157.Pp
158The destination user and hostname may have to be specified as
159.Dq rhost.rname
160when the destination machine is running the
161.Bx 4.2
162version of
163.Nm Ns .
163.Nm .