Salve,


ho instllato Chkrootkit ed ho un crontab che ogni giorno me lo avvia:


#!/bin/sh -e

CF=/etc/chkrootkit.conf

if [ -e $CF ]; then
. $CF
fi

if [ "$RUN_DAILY" = "true" ]; then
chkrootkit $RUN_DAILY_OPTS
fi



Come faccio io a sapere se ci sono dei problemi o qualcosa di simile? dove posso pescare l'output prodotto ad ogni scann?