How to disable Gnome in Linux:
How to disable Gnome in Linux:
Solution:
1. vi /etc/inittab
edit the default runlevel to 3
id:3:initdefault:
2. run init 3
3. Check the run level
who -r
Solution:
1. vi /etc/inittab
edit the default runlevel to 3
id:3:initdefault:
2. run init 3
3. Check the run level
who -r
No comments