How to bypass or skip the intro message when starting screen

gnu-screen

When I start screen, I get a message giving the version, copyright, and bug-reporting email address. I don't want to see this every time I start screen. Searching the man page didn't seem to result in a solution, and I am hoping that the experts here know a way to bypass this info page.

Best Answer

There's a setting for that in screenrc:

# Don't display the copyright page
  startup_message off           # default: on

You could set that system-wide (in /etc/screenrc) or in your ~/.screenrc.