On Sun, Oct 19, 2003 at 11:58:56PM +1000, Wang Feng wrote:
:
: I don't understand why the decimal 18 is greater than a string like "large"
: in the ascii code? When I run the following code, the decimal 18 is stored
: in the $third, not the $first. I reckond decimal 18 should be stored into
: the
On Sun, Oct 19, 2003 at 02:37:27PM -0400, zavaboy wrote:
: "Eugene Lee" <[EMAIL PROTECTED]> wrote:
: > On Sat, Oct 18, 2003 at 10:28:49PM -0400, zavaboy wrote:
: > :
: > : Ok, I have a installer that only works if the directory that's
: > : being installed to has public writing permissions. I tried
How do I run my installer as root?
"Eugene Lee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, Oct 18, 2003 at 10:28:49PM -0400, zavaboy wrote:
> :
> : Ok, I have a installer that only works if the directory that's being
> : installed to has public writing permissions. I tri
On Sat, Oct 18, 2003 at 10:28:49PM -0400, zavaboy wrote:
:
: Ok, I have a installer that only works if the directory that's being
: installed to has public writing permissions. I tried chmod() on the
: directory, but I get a error. How can I make it so my installer can
: write in a directory with
Ok, I have a installer that only works if the directory that's being
installed to has public writing permissions. I tried chmod() on the
directory, but I get a error. How can I make it so my installer can write in
a directory with the incorrect writing permissions?
Thanks!
--
- Zavaboy
[EMAIL P
On Sunday 12 January 2003 12:56, Ben Cheng wrote:
> When I run mkdir("path to new dir", 0777); I get a directory that has
> owner and group set to "nobody" and drwxr-xr-x permission. How do I
> get the permission to be set to drwxrwxrwx?
umask()
--
Jason Wong -> Gremlins Associates -> www.greml
6 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Changing permissions with mkdir?
>
>
> When I run mkdir("path to new dir", 0777); I get a directory that has
> owner and group set to "nobody" and drwxr-xr-x permission. How do I
> get the permission to be set
7 matches
Mail list logo