Bug 13 - chmod -R option not work...
Summary: chmod -R option not work...
Status: RESOLVED INVALID
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: 1.12.x
Hardware: PC Linux
: P3 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-30 09:01 UTC by Haluk DUMAN
Modified: 2009-03-03 12:05 UTC (History)
0 users

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.