Bug 13

Summary: chmod -R option not work...
Product: Busybox Reporter: Haluk DUMAN <halukduman09>
Component: Standard ComplianceAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 1.12.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Haluk DUMAN 2008-12-30 09:01:37 UTC
chmod -R 0775 /home/www/*.cgi
not change in folder /home/www/cgi-bin/*.cgi files...
Comment 1 Denys Vlasenko 2009-03-03 12:05:03 UTC
Not a bug.

You need to give "chmod -R 0775 /home/www/cgi-bin/*.cgi" command for that.