• Home
  • About Me
  • Welcome to Short Linux hints
Short hints about Linux


  • Tags

    hacking Linux linux cpanel courier maildir mailbox exim security viruses worms
  • Blogroll

    • Geany
    • Handy one-liners for sed
    • Linux By Example
    • Penguin Tutor

Sep 13

Performing a Linux security check for SUID files

Linux Add comments

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.

Comments are closed.

Powered by WordPress .::. Designed by SiteGround Web Hosting

cssandhtml