JT Justman wrote:
-rwxrwxrwt 1 root root 47723 Mar 7 10:53 fping
Whoa, that's a weird mode. Something funny going on in your server? Check out your other binaries for odd perms. Nothing should be world-writable.
In any case, the SUID bit can be set with:
$ chmod 4755 /usr/local/sbin/fping
HTH,
JT
Ok, implemented and tested, looks good, thanks!