snippetbashTip
ipcs — Show information about the usage of XSI IPC facilities: shared memory segments, message queues, and
Viewed 0 times
theusagecommandipcsshowcliinformationabout
Problem
How to use the
ipcs command: Show information about the usage of XSI IPC facilities: shared memory segments, message queues, and semaphore arrays. More information: <https://manned.org/ipcs.1p>.Solution
ipcs — Show information about the usage of XSI IPC facilities: shared memory segments, message queues, and semaphore arrays. More information: <https://manned.org/ipcs.1p>.Show information about [a]ll the IPC:
ipcs -aShow information about active shared [m]emory segments, message [q]ueues or [s]empahore sets:
ipcs {{-m|-q|-s}}Show information on maximum allowable size in [b]ytes:
ipcs -bShow [c]reator's user name and group name for all IPC facilities:
ipcs -cShow the [p]ID of the last operators for all IPC facilities:
ipcs -pShow access [t]imes for all IPC facilities:
ipcs -tShow [o]utstanding usage for active message queues, and shared memory segments:
ipcs -oCode Snippets
Show information about [a]ll the IPC
ipcs -aShow information about active shared [m]emory segments, message [q]ueues or [s]empahore sets
ipcs {{-m|-q|-s}}Show information on maximum allowable size in [b]ytes
ipcs -bShow [c]reator's user name and group name for all IPC facilities
ipcs -cShow the [p]ID of the last operators for all IPC facilities
ipcs -pContext
tldr-pages: common/ipcs
Revisions (0)
No revisions yet.