我是靠谱客的博主 疯狂溪流,最近开发中收集的这篇文章主要介绍怎么设置linux的界面显示,Linux 系统更改界面显示详解,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1,修改配置文件

# inittab is only used by upstart for the default runlevel.

#

# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.

#

# System initialization is started by /etc/init/rcS.conf

#

# Individual runlevels are started by /etc/init/rc.conf

#

# Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete.conf

#

# Terminal gettys are handled by /etc/init/tty.conf and /etc/init/serial.conf,

# with configuration in /etc/sysconfig/init.

#

# For information on how to write upstart event handlers, or how

# upstart works, see init(5), init(8), and initctl(8).

#

# Default runlevel. The runlevels used are:

# 0 - halt (Do NOT set initdefault to this)

# 1 - Single user mode

# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)

# 3 - Full multiuser mode

# 4 - unused

# 5 - X11

# 6 - reboot (Do NOT set initdefault to this)

#

id:5:initdefault:

最后一default为默认配置项。

2,通过systemctl 修改开机启动模式

#a,查看当前启动模式

systemctl get-default

#b,修改启动界面为图形界面

systemctl set-default graphical.target

#c,修改启动界面为字符界面(命令行)

systemctl set-default multi-user.target

最后

以上就是疯狂溪流为你收集整理的怎么设置linux的界面显示,Linux 系统更改界面显示详解的全部内容,希望文章能够帮你解决怎么设置linux的界面显示,Linux 系统更改界面显示详解所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(39)

评论列表共有 0 条评论

立即
投稿
返回
顶部