$RootCheck: EXAMPLES ,v 1.0 2003/10/17, Daniel B. Cid$

1- Check all the system, do not print anything and send the result to my email:

perl rootcheck.pl  --email=cidd@nhlbi.nih.gov --smtpserver=mailfwd.nih.gov --silent


2- Check all the system and print the result in a web accessible file:

perl rootcheck.pl --logfile=/var/www/htdocs/myresult.txt


3- Only execute the CheckRootkits module:

perl rootcheck.pl --checkrk


4- Only execute the CheckSys module:

./rootcheck.pl --checksys --silent --logfile=./mynewresultfile.txt

5- Show the help screen:

./rootcheck.pl --help
	Options available:
        --help                   Shows this menu
        --checkfiles             Only check the files
        --checkbin               Only check the binaries
        --checkports             Only check the ports
        --checkif                Only check the interfaces
        --checkpasswd            Only check the passwd db
        --checklogs              Only check the logs
        --checkprocess           Only check the process
        --checkrk                Only check for rootkits
        --logfile=xx             Write the results in a different file
        --silent                 Dont print anything.
        --terminal               Print on the terminal.
        --email=xx@xx.com        Send the result to your email.
        --smtpserver=xx.com      You need to specify it when sending email.
