How to disable X Windows at System Boot in Linux
# vi /etc/inittab
Find line:
id:5:initdefault:
Replace with:
id:3:initdefault:
Save and close the file. Restart the server. You can also drop to text mode by typing init command "
# init 3
No comments:
Post a Comment