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