Bug 7340

Summary: find -perm /0123 is unsupported
Product: Busybox Reporter: Adam Borowski <kilobyte>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.22.x   
Target Milestone: ---   
Hardware: All   
OS: All   
Host: Target:
Build:

Description Adam Borowski 2014-08-31 19:39:56 UTC
find -perm +0123 has been replaced by find -perm /0123, yet busybox supports only the old syntax.  GNU find deprecated +0123 in 2005, and removed it altogether in findutils 4.5.
Comment 1 Denys Vlasenko 2014-09-05 10:17:57 UTC
Fixed in git. Thanks.