RE: change the ownership of my script

2008-09-19 Thread Thomas Bätzler
Manasi Bopardikar <[EMAIL PROTECTED]> asked: > I want to change the ownership of my perl script through my > script.Currently it is root .I want to change it to apache. > > I am using system("chown apache:apache simple.pl"); > > Simple.pl is the name of my perl script See "perldoc -f chown"

change the ownership of my script

2008-09-19 Thread Manasi Bopardikar
Hi, I want to change the ownership of my perl script through my script.Currently it is root .I want to change it to apache. I am using system("chown apache:apache simple.pl"); Simple.pl is the name of my perl script Can anyone help me out? Thanks and Regards, Manasi Bopardikar|s/w Engi