How to add display a message in linux commandline upon logging in?

linux

Solution

Message of the day, /etc/motd

i.e. edit the /etc/motd text file

Problem

There are certain messages which i wish to display to the personal who is doing putty to a linux shell. How do i like configure some kind of welcome message when people login to the linux shell?

Original source