# ubuntu content: `/etc/motd.tail` `/etc/update-motd.d/92-footer` +x ``` #!/bin/sh [ -f /etc/motd.tail ] && cat /etc/motd.tail || true ```