FMeinicke's Wiki

Home

❯

Linux

❯

IP address in login welcome message

IP address in login welcome message

May 26, 20251 min read

  • motd
  • message-fo-the-day
  • welcome-message
  • greeting
  • bash

motd message-fo-the-day welcome-message greeting bash

Source

echo -e '#!/bin/sh\necho\nip a s' | sudo tee /etc/update-motd.d/20-ip
sudo chmod +x /etc/update-motd.d/20-ip

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub