Linux can set the welcome information before and after the login, although there is no practical use, but this time in the actual work encountered, I will tidy up and share with you
Before entering the user name in the login system, you can see the WELCOME ... Information, this will show the LINUX distribution name, kernel version number, date, machine information and so on, to set up, first open the /etc/issue file, you can see inside is such a section "Welcome to <linux release version name >-kernel followed by the parameters \ "
Description of the following parameters:
\ r Displays the kernel kernel version number; \l Displays the Virtual console number; \d Displays the current date; \ n Displays the hostname; \m Displays the machine type, which is the CPU architecture, such as i386; /c10>
Understand the meaning of the parameters, to modify, the above section of the Welcome information is modified as follows, you can display all the necessary information:
Welcome to <linux release version name >-kernel \ r (\l) \d \ n \m.
to see effects , exit sign out and look!
also has /etc/motd This file, you can add any welcome information you like, this message will be displayed after successful login!