Quantcast
Channel: How do I add welcome message to Linux? - Ask Ubuntu
Viewing all articles
Browse latest Browse all 5

Answer by Organic Marble for How do I add welcome message to Linux?

$
0
0

If you want to get a custom message when you log in via ssh, you need to put a text file in /etc/update-motd.d. Give it a name like 11-my-banner-message and make the permissions -rwxr-xr-x.

The file can look like this

#!/bin/sh
#
#
printf "\n"
printf "   Howdy There!\n"

Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>