Q.
CentOS Server load into init 5 with desktop GUI.
A.
yum grouplist
will list all group. You need to install the following
- X Window System - X Window System Support
- Desktop - Default gnome desktop system.
- Desktop Platform - Supported libraries for the Enterprise Linux Desktop Platform.
To install all of them type:
Code:
yum groupinstall 'X Window System' 'Desktop Platform' Desktop
Once done you can type startx
command to start the GUI system from the shell prompt itself. To boot into a GUI after reboot, edit /etc/inittab file as follows:
Code:
id:5:initdefault:
source - http://nixcraft.com/showthread.php/18602-CentOS-Server-load-into-init-5-with-desktop-GUI
'System > Linux' 카테고리의 다른 글
fedora - screen lock (0) | 2015.04.08 |
---|---|
centos -Upgrading PHP 5.3.3 to 5.4.4 (0) | 2015.01.25 |
linux - pgrep, pkill (0) | 2014.11.16 |
fedora - 압축 한글 깨짐 (0) | 2014.10.02 |
linux - dns cache flush (0) | 2014.09.30 |