in reply to Re^2: permisson prob in suid script
in thread permisson prob in suid script

Can you look at the file permissions? You should see something like:

% ls -l file -rwsr-xr-x owner group ... file
And if you don't see that, you can achieve with the following command, run as root:
% chmod 6755 file