LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Understanding Init tab in better way (https://www.linuxquestions.org/questions/linux-newbie-8/understanding-init-tab-in-better-way-4175443942/)

Bijith Nair 01-03-2013 05:28 AM

Understanding Init tab in better way
 
Hello All,

Can some one help me to understand how inittab works and how to schedule a job so in /etc/inittab so that once the server is up it will automatically start the services..

I would be great if you can refer some docs to me so that i can start from scratch to expert level..Thanks in Advance

shivaa 01-03-2013 06:12 AM

1. For details on init processes, you can refer: http://tldp.org/LDP/intro-linux/html/sect_04_02.html

2. In order to run jobs/scripts when system starts up, you can add script in /etc/rc.local. Or to run at particulat run level, use /etc/rc.d/rc.<run_level>.


All times are GMT -5. The time now is 08:30 PM.