Edit Ubuntu 20.04 Terminal Welcome screen

Ubuntu 20.04 Server does not have a graphical user interface (GUI) by default, so there is no welcome screen to edit. Instead, you will see a command-line interface (CLI) when you log in to the server.

However, you can customize the message that is displayed when users log in to the server by editing the /etc/motd file. The “motd” stands for “message of the day” and is displayed to users after they log in.

To edit the motd file, you can follow these steps:

  1. Open the terminal on your Ubuntu server.
  2. Type the following command to open the motd file in the nano text editor: 
  3. sudo nano /etc/motd
  4. Edit the contents of the file to include your desired message.
  5. Save the changes by pressing Ctrl+O and then exit nano by pressing Ctrl+X.

After following these steps, the next time a user logs in to the server, they will see your customized message displayed in the terminal.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.