A NOTE has been added to this issue. ====================================================================== https://www.austingroupbugs.net/view.php?id=1939 ====================================================================== Reported By: steffen Assigned To: ====================================================================== Project: 1003.1(2024)/Issue8 Issue ID: 1939 Category: Shell and Utilities Type: Enhancement Request Severity: Editorial Priority: normal Status: New Name: steffen Organization: User Reference: Section: find Page Number: 2942 Line Number: 98247-9 Interp Status: --- Final Accepted Text: ====================================================================== Date Submitted: 2025-08-14 22:29 UTC Last Modified: 2025-08-28 15:35 UTC ====================================================================== Summary: find: -perm: add / modifier ======================================================================
---------------------------------------------------------------------- (0007238) geoffclare (manager) - 2025-08-28 15:35 https://www.austingroupbugs.net/view.php?id=1939#c7238 ---------------------------------------------------------------------- On page 2942, line 98242-3, change <blockquote>Otherwise, if <i>mode</i> is prefixed by a <hyphen-minus>, the primary shall evaluate as true if at least all the bits in the resulting template are set in the file permission bits.</blockquote> to <blockquote>Otherwise, if <i>mode</i> is prefixed by a <hyphen-minus>, the primary shall evaluate as true if at least all the bits in the resulting template are set in the file permission bits; if it is prefixed by a <slash>, the primary shall evaluate to true of any of the bits are set.</blockquote> On page 2942, line 98247-9, change <blockquote>if <i>onum</i> is prefixed by a <hyphen-minus>, the primary shall evaluate as true if at least all of the bits specified in onum are set. In both cases, the behavior is unspecified when <i>onum</i> exceeds 07777.</blockquote> to <blockquote>if <i>onum</i> is prefixed by a <hyphen-minus>, the primary shall evaluate as true if at least all of the bits specified in onum are set; if it is prefixed by a <slash>, the primary shall evaluate to true of any of the bits are set. In all three cases, the behavior is unspecified when <i>onum</i> exceeds 07777.</blockquote> Issue History Date Modified Username Field Change ====================================================================== 2025-08-14 22:29 steffen New Issue 2025-08-28 15:35 geoffclare Note Added: 0007238 ======================================================================
