如果linux使用图形界面, 显然会占用更多的资源

如果安装linux的时候, 安装上了图形界面, 可以通过如下方式设置默认启动

linux的默认启动不尽相同

centos6修改配置文件(/etc/inittab)的启动级别

linux -- 学习笔记启动设置

centos7可使用命令

也是打开 /etc/inittab这个文件, 根据说明, 使用红色命令设置

linux -- 学习笔记启动设置

[[email protected] ~]# systemctl set-default multi-user.target 

也可以使用命令查看当前的启动方式: [[email protected] ~]# systemctl get-default

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2021-11-17
  • 2022-02-18
  • 2022-12-23
  • 2021-08-26
  • 2022-02-06
  • 2022-01-11
猜你喜欢
  • 2021-09-17
  • 2021-08-08
  • 2021-05-28
  • 2021-09-13
  • 2022-01-26
  • 2021-06-14
  • 2022-12-23
相关资源
相似解决方案