我想知道如何更改在 CLI 上显示的默认系统消息Ctrl+ Alt+ F1。默认情况下它显示消息
Welcome to <name>
* Documentation: <url>
我想知道如何更改或删除它?我认为它可以通过/etc/issue
,/etc/issue.net
或/etc/motd
文件进行更改,但它们文件中的任何位置都没有这些行,并且用于 SSH 登录,我只是希望能够更改当我登录到 CLI 时系统显示的内容从桌面环境切换到它。这显然是系统默认消息,与 SSH 无关,而是其他内容。
就我而言,我使用的是 Linux Mint 17。
Welcome to Linux Mint
* Documentation: http://www.linuxmint.com
有什么想法将此默认消息设置在哪个文件中吗?
答案1
另一位用户在 Linux Mint 论坛上发布了类似的问题:http://forums.linuxmint.com/viewtopic.php?t=28403&p=164776。
显然,Linux Mint 17 在重新启动时重写了/etc/issue
、/etc/motd
等。
为了防止这种情况,编辑/etc/linuxmint/mintSystem.conf
:
[global]
enabled = True
[restore]
lsb-release = True
etc-issue = False
splash-screens = True
ctrl-alt-backspace = True
update-grub = True