Hello Manu,

Saturday, August 04, 2001, 11:25:16 PM, you wrote:

MV> I have the following question :
MV> I have a directory on my ftp server and i want give access to this directory
MV> by group (the name of the group is test)
MV> % ls
MV> % /ftp/test
MV> % chmod 070 test
MV> how can i do this


Use exec() or system(). With both you can run external program.
e.g. system("chmod 0700 test");

I hope it helps

-- 
Best regards,
 Daniel                            mailto:[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to