当前位置:首页 > 编程笔记 > 正文
已解决

Linux ❀ 进程出现process information unavailable时的消除方法

来自网友在路上 158858提问 提问时间:2023-09-28 15:34:05阅读次数: 58

最佳答案 问答题库588位专家为你答疑解惑

[root@master ~]# jps
74963 -- process information unavailable
78678 Jps
[root@master ~]# cd /tmp/hsperfdata_redhat/			# redhat为启动该java进程的用户ps -ef | grep $pid查找
[root@master hsperfdata_redhat]# ll
total 32
-rw------- 1 redhat redhat 32768 Sep 27 15:42 74963
[root@master hsperfdata_redhat]# rm -rf 74963 
[root@master hsperfdata_redhat]# jps
78785 Jps

在这里插入图片描述

查看全文

99%的人还看了

猜你感兴趣

版权申明

本文"Linux ❀ 进程出现process information unavailable时的消除方法":http://eshow365.cn/6-15256-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!