ipcs
The ipcs command will list System V InterProcess Communication System's API kernel entities to stdout. System V IPC kernel entities are:
- Shared memory segments
- Message queues
- Semaphore arrays
On Linux, it is provided by the util-linux package.
See also
- List of Unix programs
External links
- – Commands & Utilities Reference, The Single UNIX® Specification, Issue 7 from The Open Group
|