如何设置Linux用户登录后的欢迎信息
Today, I login LeChunk, then it show the welcome information. That’s so funny.
Also we can get lots of ASCII Art picture in asciiworld.com.
根据需要修改下面两个文件
1、/etc/issue
用 法:当我们在终端接口登录的时候,会有几行提示字符串,那么这个字符串就是设置在/etc/issue。
2、/etc/motd
/etc/motd (Message of the Day)
/etc/ssh/sshd_config: Change the setting PrintLastLog to “no”, this will disable the “Last login” message.
用 法:如果想让用户登录后获取一些消息,比如想让大家都知道的消息,就可以加入这个文件,当登录后,告诉登录者,系统将会在某个时间进行维护。
#
[hui@LeChuck ~]$ more /etc/motd
` ,. ,
:.:::' .,;
:;++++:++#; .;
.+++++;+++#+ .,:
;+++++++++++# ,,,'
,++++++'++'#+, ,,:;
,+++#++:###++; ,,;;
.:+#++#+++'++#: ,,;;
.;+++'''#++#+## .,::
#+#+'+###@;+: .,:.
.##''#@@@##+#,# :,:
:###'''@@@@+++##+
‘####’#;##@#@++#+++,; ‘++++#@@@@@@@@++++#++#+.#’
,'#+@@#+::+#@#@+++#+++.;
;'#####''++@#@@+++++++.;
''##@#@@@@@#@@#+++++++.+
,++#+#@@@#@@@@@+++++++#.@
‘++++++##@@#@@++++++’##+.#@
#++++’+#####@#’++++#, ‘;,’,+ ++#+’#######. +++++
+++++#++++#+#++#++## +':#+;
+;+++;'+++##++++#### '+;#+,
+:++#
+:++#@#'::::####@:;:
,+++ ###.###@’###@
.’; @##:####;@###
'' ;+@#:@##@'@####: ”++++’#++’+++++”
.+++++';;'#+++++++
;+++++''+''++++++':
””+”+++#’++”’+
+++;''+++++#''+### ‘+++# #+++#
'++++++'''++++++++++
'+++++, ;++++++
,’++: +##+
.#### +###;
,+##+ ;’#;
+ #
# #,
####
#: #
This is LeChuck.
#
本文介绍如何通过修改/etc/issue 和 /etc/motd 文件来设置Linux系统中用户的登录欢迎信息,并展示了如何禁用SSH登录时显示的最后登录消息。
627

被折叠的 条评论
为什么被折叠?



