【问题标题】:Which Linux command determines if message queues or shared memory are in use?哪个 Linux 命令确定是否正在使用消息队列或共享内存? 【发布时间】:2015-06-06 22:39:59 【问题描述】: 我想知道是否有Linux命令可以在终端中使用,以了解消息队列或共享内存是否打开。 【问题讨论】: 标签: c linux terminal 【解决方案1】: 我认为你需要 ipcs。 您可以在那里找到更多信息: http://www.makelinux.net/alp/035 http://linuxcommand.org/man_pages/ipcs8.html 【讨论】: