我正试图杀死以下进程,因为那些没有从操作系统中清除。
[applmgr@testerp ~]$ ps -ef|grep -i testapp
applmgr 871 855 0 Aug12 ? 00:01:19 /mytest/applmgr/testapp/apps/tech_st/10.1.3/Apache/Apache/bin/httpd -d /mytest/applmgr/testapp/apps/tech_st/10.1.3/Apache/Apache -DSSL -f /mytest/applmgr/testapp/inst/apps/testapp_testerp/ora/10.1.3/Apache/Apache/conf/httpd.conf
applmgr 874 855 0 Aug12 ? 00:01:19 /mytest/applmgr/testapp/apps/tech_st/10.1.3/Apache/Apache/bin/httpd -d /mytest/applmgr/testapp/apps/tech_st/10.1.3/Apache/Apache -DSSL -f /mytest/applmgr/testapp/inst/apps/testapp_testerp/ora/10.1.3/Apache/Apache/conf/httpd.conf
applmgr 876 855 0 Aug12 ? 00:01:19 /mytest/applmgr/testapp/apps/tech_st/10.1.3/Apache/Apache/bin/httpd -d /mytest/applmgr/testapp/apps/tech_st/10.1.3/Apache/Apache -DSSL -f /mytest/applmgr/testapp/inst/apps/testapp_testerp/ora/10.1.3/Apache/Apache/conf/httpd.conf
[applmgr@testerp ~]$ kill -9 855 871 874 876
仍然显示相同的过程
我不知道为什么它不会杀死这些进程。
请在这里告诉我。
谢谢, SM