我查资料linux下的进程都是在/etc/inittab运行<br />我是我买了QQ2440回来了,里面的文件是inittab_ 而不是inittab<br />并且删除inittab_ 还可以运行<br />凭感觉inittab_ 不是多余的文件<br />因为inittab_ 里面的内容指向/etc/init.d/rcS<br />rcS文件需要运行<br /><br /><br />inittab<br /> This file describes how the INIT process should set up<br /> the system in a certain run-level.<br />#<br /># Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org><br /> Modified for RHS Linux by Marc Ewing and Donnie Barnes<br />#<br /># Default runlevel. The runlevels used by RHS are:<br /># 0 - halt (Do NOT set initdefault to this)<br /># 1 - Single user mode<br /># 2 - Multiuser, without NFS (The same as 3, if you do not have networking)<br /># 3 - Full multiuser mode<br /># 4 - unused<br /># 5 - X11<br /># 6 - reboot (Do NOT set initdefault to this)<br /># <br /># System initialization.<br />::sysinit:/etc/init.d/rcS<br />::askfirst:/sbin/getty 115200 console |
|