From owner-svn-doc-head@FreeBSD.ORG Fri Apr 11 14:00:49 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C7DC914; Fri, 11 Apr 2014 14:00:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED9271D2D; Fri, 11 Apr 2014 14:00:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BE0mt3064243; Fri, 11 Apr 2014 14:00:48 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BE0mH2064242; Fri, 11 Apr 2014 14:00:48 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201404111400.s3BE0mH2064242@svn.freebsd.org> From: Dru Lavigne Date: Fri, 11 Apr 2014 14:00:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44530 - head/en_US.ISO8859-1/books/handbook/security X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 14:00:49 -0000 Author: dru Date: Fri Apr 11 14:00:48 2014 New Revision: 44530 URL: http://svnweb.freebsd.org/changeset/doc/44530 Log: Add sentence regarding recursive difference between scp and cp. Submitted by: bjk Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/security/chapter.xml Fri Apr 11 13:48:55 2014 (r44529) +++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml Fri Apr 11 14:00:48 2014 (r44530) @@ -2538,7 +2538,10 @@ COPYRIGHT 100% |************* first argument and the destination to copy to is the second. Since the file is fetched over the network, one or more of the file arguments takes the form - . + . Be + aware when copying directories recursively that + scp uses , whereas + cp uses . To open an interactive session for copying files, use sftp. Refer to &man.sftp.1; for a list of