Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need alert mechanism for my ubuntu desktop.When some tries to login on my desktop, needs to send email alerts.

I have written a script and implemented on .bash_rc. i am receiving emails, when some uses the terminal.

How to alert via mail when some one logged in.

Script wrote on .bash_rc

echo "User $USER just logged in your system at "date | sendemail -q -u "Vaio Login" -f "Vaio " -t "Jude Arasu "

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.