PHP system(), exec(), passthru()
- From: "mlenglert" <MLEnglert@xxxxxxxxx>
- Date: 21 Oct 2005 11:58:36 -0700
I know this question has probably been asked a thousand times, but I've
been looking for 3 days now and haven't found an answer that helps me.
I need to run system commands from PHP in the usr/bin/ folder. What do
I need to do, what permissions do I set to allow this?
I can do system("ls -al") or system("whoami"), but I cannot do
system("touch /usr/bin/testfile").
Any suggestions are much appreciated.
mlenglert
.
- Follow-Ups:
- Re: PHP system(), exec(), passthru()
- From: otanuki@xxxxxxxxx
- Re: PHP system(), exec(), passthru()
- Prev by Date: Re: Problem with getting a file
- Next by Date: Special charecters problem
- Previous by thread: Saving files from a directery
- Next by thread: Re: PHP system(), exec(), passthru()
- Index(es):
Relevant Pages
|