On Sun, 24 Nov 2002, Devdas Bhagat wrote:
On 24/11/02 11:09 +0530, Amish Munshi wrote:
am using PHP to execute that script, I have a suid on that script (shell script). But I get permission denied in the logs, the page opens well in
<snip> suid bits don't work on shell scripts. `usermod -p $crypted_password` in a SUID PHP script
Do you mean that if I write a simple c program with system() function and make it suid then it will work.
Devdas Bhagat