From owner-freebsd-doc Sun Feb 11 14:50:14 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB9FF37B684 for ; Sun, 11 Feb 2001 14:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BMo2J56759; Sun, 11 Feb 2001 14:50:02 -0800 (PST) (envelope-from gnats) Received: from ns1.tu-graz.ac.at (ns1.tu-graz.ac.at [129.27.2.3]) by hub.freebsd.org (Postfix) with ESMTP id 42D2537B491 for ; Sun, 11 Feb 2001 14:43:49 -0800 (PST) Received: from homebox.kammerhofer.org (isdn091.tu-graz.ac.at [129.27.240.91]) by ns1.tu-graz.ac.at (8.9.3/8.9.3) with ESMTP id XAA07814 for ; Sun, 11 Feb 2001 23:43:41 +0100 (MET) Received: (from mkamm@localhost) by homebox.kammerhofer.org (8.11.2/8.11.2) id f1AIrHF12064; Sat, 10 Feb 2001 19:53:17 +0100 (CET) (envelope-from mkamm) Message-Id: <200102101853.f1AIrHF12064@homebox.kammerhofer.org> Date: Sat, 10 Feb 2001 19:53:17 +0100 (CET) From: mkamm@gmx.net Reply-To: mkamm@gmx.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/25016: symlink(7) manpage says symlinks have no owners Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25016 >Category: docs >Synopsis: symlink(7) manpage says symlinks have no owners >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 14:50:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 4.2-STABLE i386 >Organization: Universität Graz >Environment: >Description: I quote output from "man 7 symlink": ### For example, the command ``chown -R user slink directory'' will ignore ### ``slink'', because symbolic links in this system do not have owners. This is obsolete. Symlinks do have owners nowadays. >How-To-Repeat: man 7 symlink >Fix: Index: symlink.7 =================================================================== RCS file: /home/ncvs/src/bin/ln/symlink.7,v retrieving revision 1.17 diff -u -r1.17 symlink.7 --- symlink.7 2001/01/24 23:49:59 1.17 +++ symlink.7 2001/02/10 14:48:41 @@ -268,10 +268,10 @@ themselves, but otherwise the links are ignored. .Pp For example, the command -.Dq Li "chown -R user slink directory" +.Dq Li "chmod -R 0123 slink directory" will ignore .Dq Li slink , -because symbolic links in this system do not have owners. +because symbolic links in this system do not have permissions. Any symbolic links encountered during the tree traversal will also be ignored. The command >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message