标签:linux
首先用lsof |grep del查看删除的文件对应的进程是httpd
然后用命令/etc/init.d/httpd restart重启服务器名
本文出自 “sandshell” 博客,请务必保留此出处http://sandshell.blog.51cto.com/9055959/1948355
查看被删除的但仍由进程占用的文件名
原文地址:http://sandshell.blog.51cto.com/9055959/1948355