加入收藏 | 设为首页 | 会员中心 | 我要投稿 开发网_新乡站长网 (https://www.0373zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

怎么设置linux的界面显示,Linux 系统更改界面显示详解

发布时间:2022-10-19 12:36:14 所属栏目:Linux 来源:
导读:  1,修改配置文件

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

  #

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

  #

  # Syste
  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
 

(编辑:开发网_新乡站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!