* Thus wrote tirumal b ([EMAIL PROTECTED]):
> hello,
> 
>   yes the /usr/sbin commands require root permissions
> but is there any way to run these commands using
> system() through suid or something.please let me know

I would seriously not recomend not to suid the script. The
/usr/sbin/* files require root for a reason.

Your best choice is:

> su
# php file.php
# exit


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to