A short command on how to change Ubuntu so that it will only start in text mode, no X11 (graphical) mode. The following removes the graphical greeter from the runlevels :
sudo update-rc.d -f gdm remove
sudo update-rc.d -f gdm remove
本文介绍了一种简单的方法,让Ubuntu系统启动时直接进入文本模式而非默认的图形界面模式。通过使用sudo更新运行级别配置,可以禁用图形界面登录管理器,实现这一设置。
3240
1万+
1013

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