【发布时间】:2015-01-22 00:53:03
【问题描述】:
Firstboot 似乎是基于此运行的:
[root@master ~]# ps ax |grep firstboot
27891 pts/0 R+ 0:00 grep firstboot
我似乎无法杀死它
[root@master ~]# killall firstboot
firstboot: no process killed
当我检查它是否正在运行时,pid 似乎已经改变了!
[root@master ~]# ps ax |grep firstboot
28233 pts/0 S+ 0:00 grep firstboot
使用 chkconfig 也不起作用
[root@master ~]# chkconfig firstboot off
error reading information on service firstboot: No such file or directory
关于我可以做些什么来终止进程的想法?
【问题讨论】: