当前位置:
代码迷
>>
Solaris
>> 运用ipcrm清理ipc
详细解决方案
运用ipcrm清理ipc
热度:
10052
发布时间:
2013-02-26 00:00:00.0
使用ipcrm清理ipc
ps -ef | grep tlisten显示:
user 26796 1 0 Jan 12 ? 0:00 tlisten -l //10.1.1.1:12345
我现在想用ipcrm清理该IPC,应该如何使用呢?ipcrm -m 26796不行。谢谢!
------解决方案--------------------------------------------------------
ipcrm -q msgid
msgid是你的msgid号,楼主可打开ipcrm的帮助有提示的。
查看全文
相关解决方案