Login message on unix

I just learned how to put up a messages when you log in to a server…

sudo vi /etc/motd

its not a script so dont need to put “echo” just type what you want.

For a cool ascii text generator, see http://asciiset.com/figletserver.html, I like banner3 as a font.

Share