Dear,
I want to use a bash script located in usr/sbin.
chmod 4711 /usr/sbin/script
chown root:root /usr/sbin/script
My php script is located in the web directory of my server.
<?php
system("/usr/sbin/script");
?>
When i login as a normal user in my web directory and run the script in shell /usr/sbin/script, i have the follow error :
Insecure dependency in `` while running setuid at /usr/shell-tools/perl/Shell.pm line 351.
it don't work, do someone now what i can do?
kind regards,
bram