修改Ubuntu登录欢迎界面
查看登录效果
run-parts /etc/update-motd.d
ubuntu 与别的linux不同,直接修改/etc/motd文件重登录后无效。因为这里/etc/motd是一个符号链接,指向/var/run/motd,应该是一个启动后在生成的文件。
在版本10.04中,找到生成的脚本在目录/etc/update-motd.d/中,那几个有序号的文件就是,包括以下这些文件
修改这几个文件,可以得到自己想要的结果。
广告的问题只需禁用 motd-news.service 和 motd-news.timer 这两个系统组件,然后根据所使用的 Ubuntu 版本删除以下文件即可:
/etc/update-motd.d/99-esm#Ubuntu 14.04
/etc/update-motd.d/10-help-text#Ubuntu 14.04+
/etc/update-motd.d/50-motd-news#Ubuntu 16.04+
/etc/update-motd.d/80-esm#Ubuntu 16.04+
/etc/update-motd.d/80-livepatch#Ubuntu 18.04+
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
"Welcome to %s (%s %s %s)\n" "$DISTRIB_DESCRIPTION" "$(uname -o)" "$(uname -r)" "$(uname -m)"