Among the popular current desktops environments available are;
- Gnome
- KDE
- Unity
- Xfce
- LXDe
- Cinnamon
Here are the steps.
Centos 6 Approach
Edit the file /etc/inittab and change the number 3 to 5 as shown in the line below
id:5:initdefault:
Then reboot.
To start graphical windows without reboot, at the command prompt type
init 5
or
startx
Centos 7 Approach
Login as root and the prompt type
sudo systemctl set-default graphical.target
Then reboot.
To start graphical windows without reboot, at the command prompt type
sudo systemctl start graphical.target
Done
No comments:
Post a Comment