Sep 13
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.


