Performing a Linux security check for SUID files

For this purpose you can set a simple cron as the following:

find / -user root -perm -4000 -print | mail -s ‘Files that have SUID root’ yourmail@example.org

The above cron is also a good and simple example how you can mail yourself regularly important information.