did you write a custom command?
If you need a simple example it would work like this.
say you're in /
&cd /cgi-bin
SITE CHMOD 755 script.cgi
&cd protected
SITE CHMOD 755 script.cgi
the above example would set the chmod for
/cgi-bin/script.cgi
/cgi-bin/protected/script.cgi
|