l***t 发帖数: 114 | 1 If you(root) send init the SIGKILL, init will not die. Why?
Where is the source code in freebsd4.2?
Thanks. | m*******m 发帖数: 182 | 2 I think it should bring the system down to single user mode,
or halt the system(). The source is at src/sbin/init/
directory in the source tree.
【在 l***t 的大作中提到】 : If you(root) send init the SIGKILL, init will not die. Why? : Where is the source code in freebsd4.2? : Thanks.
| a*****i 发帖数: 4391 | 3 no, you can't kill a init process.
if(current->pid == 1)
continue;
【在 m*******m 的大作中提到】 : I think it should bring the system down to single user mode, : or halt the system(). The source is at src/sbin/init/ : directory in the source tree.
|
|