0

Every time I restart my server my motd banner gets rewritten.
What program (or startup script) is doing this, and how can I disable it?

voretaq7
  • 79,879
  • 17
  • 130
  • 214
user50946
  • 483
  • 2
  • 7
  • 18

1 Answers1

1

I typically disable this and I cannot recall what does it off of the top of my head. I believe that it is an init script, try running this to find it:

find /etc -type f -exec egrep '(motd|issue)' {} \;

Warner
  • 23,756
  • 2
  • 59
  • 69