查看: 1524|回复: 2
|
如何在windows下chmod文件?
[复制链接]
|
|
如果localhost没有ftp 功能,还有什么办法可以chmod文件吗?
我用这个方法:
- <?php
- chmod("c:\web\config.php", 0666); // octal; correct value of mode
- ?>
复制代码
但是,却access denied。
另外,我在iis setting allow read, write, directory browsing, log visits, index this resources, script source access 还是不能。
如果不要install任何的software,有什么办法可以在windows下chmod一个文件?
在command prompt可以行吗?可是我在help里找不到chmod的keyword
各位亲爱的大大们,请分享你们的经验。 |
|
|
|
|
|
|
|
发表于 15-4-2006 12:51 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 15-4-2006 02:33 PM
|
显示全部楼层
chmod 本来就是 UNIX/Linux 上的command.. |
|
|
|
|
|
|
| |
本周最热论坛帖子
|