What is /etc/inittab file?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is /etc/inittab file?
Rating:
In Linux, the /etc/inittab file describes the processes that are started up during boot up. It specifies run levels for each process. The format of an entry in the /etc/inittab file is as follows:
where,
- id specifies a unique sequence of 1-4 characters, which identifies an entry in the inittab file.
- runlevels lists the run level of a process for which the specified action should be taken.
- actions specifies which action should be taken.
- process specifies the process to be executed.
Rating:
Was this information helpful?
Other articles
- What is CHAP?
- What is CHMOD command?
- What is INIT daemon?
- What is Due Care policy?
- What is a certificate?