email-Alarm bei ROOT-Login:

# apt-get install mailx

# cat « EOF > /root/.bashrc

echo 'ALARM - Root-Login auf Maschine' $(hostname) 'am:' $(date) $(who) | mail -s „ALARM: Root-Login auf Maschine $(hostname) von $(who | grep root | cut -d'(' -f2 | cut -d')' -f1)“ christoph.haas@ukbw.de

EOF


zurück