ipcs

Display information about resources used in IPC (Inter-process Communication). More information: <https://manned.org/ipcs>.

Install

All systems
curl cmd.cat/ipcs.sh
Debian Debian
apt-get install util-linux
Ubuntu
apt-get install util-linux
Alpine
apk add util-linux
Arch Arch Linux
pacman -S util-linux
image/svg+xml Kali Linux
apt-get install util-linux
CentOS
yum install util-linux
Fedora
dnf install util-linux
Windows (WSL2)
sudo apt-get update sudo apt-get install util-linux
OS X
brew install util-linux
Raspbian
apt-get install util-linux
Docker
docker run cmd.cat/ipcs ipcs powered by Commando

Display information about resources used in IPC (Inter-process Communication). More information: <https://manned.org/ipcs>.

  • Specific information about the Message Queue which has the ID 32768:
    ipcs -qi 32768
  • General information about all the IPC:
    ipcs -a

© tl;dr; authors and contributors