From: "Paul Kraus" <[EMAIL PROTECTED]>
> Why does this not create a directory with perm drwxrw-rw- instead I
> get drwx--.
See
perldoc -f umask
Jenda
= [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =
When it comes to wine, women and song, wizards are allowed
>
> Why does this not create a directory with perm drwxrw-rw-
> instead I get
> drwx--.
>
man umask
man mkdir
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Opps I forgot my code
Mkdir "$dir", 0776 or warn "Cannot make directory: $!\n" unless (-e
"$dir");
-Original Message-
From: Paul Kraus [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 3:50 PM
To: '[EMAIL PROTECTED]'
Subject: Mkdir 0766
Why does this not create a directory with p