centos 命令行下安装桌面组件

前端之家收集整理的这篇文章主要介绍了centos 命令行下安装桌面组件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
[root@localhost ~]# yum groupinstall "X Window System"   安装显示系统
[root@localhost ~]# yum groupinstall "Desktop"    安装桌面
[root@localhost ~]# yum install  nautilus-open-terminal  右键快捷打开终端
[root@localhost ~]# 
[root@localhost ~]# cat /etc/inittab   修改开机默认启动
# 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:3:initdefault:
原文链接:https://www.f2er.com/centos/379665.html

猜你在找的CentOS相关文章