我需要知道是否可以在 Linux 服务器上设置动态 motd 消息,当有人登录时,该消息应该显示世界上发生的当前事件的片段。如果可能的话请告诉我该怎么做。
答案1
莫德在/etc/motd
.请随意更改它。
答案2
你必须使用pam_motd
.
基本上,您只需创建/etc/update-motd.d
脚本并将其放入 00scriptname(无扩展名)形式的目录中。
这些脚本的输出将在登录时呈现,并且脚本可以生成动态内容
您可以按照本指南进行操作
https://ownyourbits.com/2017/04/05/customize-your-motd-login-message-in-debian-and-ubuntu/