bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #14507] find -perm example error


From: Frank Wang
Subject: [bug #14507] find -perm example error
Date: Mon, 12 Sep 2005 02:42:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.7.10) Gecko/20050909 Fedora/1.0.6-1.2.fc4 Firefox/1.0.6

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14507>

                 Summary: find -perm example error
                 Project: findutils
            Submitted by: yafrank
            Submitted on: Mon 09/12/05 at 02:42
                Category: documentation
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Frank Wang
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 4.2.20
           Fixed Release: None

    _______________________________________________________

Details:

In findutils-4.2.2 of my fc4 box, "man find" contains following example:
...
       find . -perm +022
       find . -perm +g+w,o+w
       find . -perm +g=w,o=w

       All three of these commands do the same thing, but the first one uses
the octal representation of the file mode, and the other two use  the
symbolic  form.  These commands all search for files which are write-able by
either their owner or their group. The files don’t  have  to be  writeable 
by both the owner and group to be matched; either will do.

       find . -perm -022
       find . -perm -g+w,o+w

       Both these commands do the same thing; search  for  files  which  are 
writeable by both their owner and their group.
...
Both of these should refer to group and other, not the owner.



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
yafrank                             | 




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14507>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]