|
Posted by Rik Wasmus on 10/17/07 14:01
On Wed, 17 Oct 2007 15:36:46 +0200, Sonnich Jensen =
<sonnich.jensen@jotautomation.com> wrote:
> Hi all
>
> I have problem with:
>
> $ff=3Ddirname(__FILE__);
> chmod("$ff/uus", 777);
> chmod("uus", 777);
0777 !=3D 777
So use an octal. (777 in octals would 1411, hardly wat you want)
chmode('/path/sub',0777);
> which can I not change the directories?
See above, and make sure you have the right to change them in the first =
=
place.
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|