On 5/20/2014 6:59 PM, Karalyn Capone wrote:
Not disable the screen. I just want the machine to log in on boot automatically.
huh? linux boots up and runs all services without any console log on. This isn't MS Windows.
anything you want running automatically, put it in a service script in /etc/rc.d/init.d and symlinked to appropriate run level directories via chkconfig servicename on
or put it in /etc/rc.local although that method is rather deprecated.