I have a Debian/Linux virtual machine in VirtualBox.
# uname -a
Linux debian 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux
# vi /etc/motd
##########################
Hi, welcome to the server!
##########################
~
~
~
~
~
"/etc/motd" 6 lines, 84 characters written
:wq!
When I exit terminal and login as root, the message in /etc/motd doesn't appear.
root@debian:~#
How can I make the message appear?