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
-
apt-get install util-linux - Ubuntu
-
apt-get install util-linux -
Alpine
-
apk add util-linux - Arch Linux
-
pacman -S util-linux - Kali Linux
-
apt-get install util-linux - CentOS
-
yum install util-linux - Fedora
-
dnf install util-linux - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install util-linux - OS X
-
brew install util-linux - Raspbian
-
apt-get install util-linux - Docker
-
docker run cmd.cat/ipcs ipcspowered 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