[PHP] Re: chmod difficulties...

2004-11-10 Thread Scott Fletcher
Oh I see. I tried a different experiment through the telnet and I noticed I get this error if I use the wrong password. So, I get the impression that it is a timing issues or something because I may be sending out the password too early or too late... Sigh!! More work for me Boy!! Scott

[PHP] Re: chmod difficulties...

2004-11-10 Thread Scott Fletcher
I tried that before and it doesn't work... Here's the response.. --snip-- 3004-501 Cannot su to "webacct" : Authentication is denied. --snip-- Scott "M. Sokolewicz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > you can have apache SU to a user with enough permissions to do what

[PHP] Re: chmod difficulties...

2004-11-10 Thread M. Sokolewicz
you can have apache SU to a user with enough permissions to do what you are trying :) (passthru('SU ...')) Scott Fletcher wrote: Hi, I'm using the AIX or UNIX system... When I tried the ... --snip-- passthru('chmod -R a+rw ../WebHelp/* 2>&1'); --snip-- I get an error message, "Operation Is Not P

Re: [PHP] Re: chmod?

2003-06-18 Thread Jason Wong
On Wednesday 18 June 2003 16:30, Giuliano wrote: > i am a new PHP "programmer" and i love it; I am really at the beginning, > and i have dowloaded some scripts and programs to begin understand > how it works... > (I have installed PHP + MySql + Apache on a Win98 machine). > > > To install 1 of tho

[PHP] Re: chmod?

2003-06-18 Thread Giuliano
Hi Other PHP Users, i am a new PHP "programmer" and i love it; I am really at the beginning, and i have dowloaded some scripts and programs to begin understand how it works... (I have installed PHP + MySql + Apache on a Win98 machine). To install 1 of those programs, the instructions say that I

[PHP] Re: chmod and ps ef |grep httpd

2001-09-01 Thread Richard Lynch
> i've been told that the files must be owned by the Which files? For what?... > same person that owns the httpd. using ps ef |grep > httpd, it says "grep httpd USERNAME= > ENV=/home/police/.bashrc HISTSIZE=" > my unix login is police. so, what does this mean as > far as trying to get my chmod

[PHP] Re: chmod

2001-08-08 Thread Richard Lynch
> We have do the following : > % vadduser > > user Configuration > -- > Username: test > Password: test > Fullname: test > UID:35647 > Groups: test > Home Dir: /ftp/test > > % dir > drwxrwxr-x c myname vkernel512 AUG 5 11:27 test > >