Hello Everyone,
I'm trying turn off the automatic startup of the graphical interface on Oracle Linux 7. I did edit the file /etc/inittab putting the line:
id:3:initdefault:
After I rebooted the system but during de initialization of OS it starts the graphical interface.
The question is how to disable it? What file/parameter I need change?
Thanks.