由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - kill init process
相关主题
FreeBSD: Can't kill child process!DIGITAL UNIX
[转载] Redhat9.0怎么启动不进入graphicsa difficult question
how to kill a process in emacs?Question: How to make room for /?
A problem about child process.Why do I always need to type ./ to run a command?
how to kill process?Freebsd下如何给多网卡绑定同一IP?
关于nohup的问题再问一个关于Telnet的问题
在UNIX里,怎么stop a set of processes?Can I install mozilla as normal user?
DEC Alpha到底有多快?could not talk to print service at cupsserver
相关话题的讨论汇总
话题: init话题: kill话题: process话题: source话题: sigkill
进入Unix版参与讨论
1 (共1页)
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.

1 (共1页)
进入Unix版参与讨论
相关主题
could not talk to print service at cupsserverhow to kill process?
请问一个简单的命令关于nohup的问题
rsh port/protocol?在UNIX里,怎么stop a set of processes?
怎样查系统信息?DEC Alpha到底有多快?
FreeBSD: Can't kill child process!DIGITAL UNIX
[转载] Redhat9.0怎么启动不进入graphicsa difficult question
how to kill a process in emacs?Question: How to make room for /?
A problem about child process.Why do I always need to type ./ to run a command?
相关话题的讨论汇总
话题: init话题: kill话题: process话题: source话题: sigkill