Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Process 我怎样才能终止这个过程?_Process_Sysadmin - Fatal编程技术网

Process 我怎样才能终止这个过程?

Process 我怎样才能终止这个过程?,process,sysadmin,Process,Sysadmin,它在我的dd wrt路由器上运行。我尝试了kill-93316,但我仍然可以在top 维修灯TPD停止不工作 lighttpd进程不起作用(我的意思是不能通过http访问我的路由器),但它占用了80端口 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3316 root 20 0 5356 1176 736 R 32.7 2.0 1650:09 lighttpd 谁能告诉我

它在我的dd wrt路由器上运行。我尝试了
kill-93316
,但我仍然可以在
top

维修灯TPD停止
不工作

lighttpd进程不起作用(我的意思是不能通过http访问我的路由器),但它占用了80端口

PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND     
3316 root      20   0  5356 1176  736 R 32.7  2.0   1650:09 lighttpd 
谁能告诉我可能出了什么问题?
谢谢

尝试
/etc/init.d/lightttpd stop

尝试此链接,我认为它可能会有所帮助:lighttpd进程仍然有效。如果您试图停止lighttpd运行,您可能需要重新启动。我建议您编辑您的init脚本,以便它不会在启动时运行。
root@DD-WRT:~# netstat -tulpn
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      3316/lighttpd