Sodamhan.com

TL;DR

lsipc

Show information on System V IPC facilities currently employed in the system. See also: ipcs for the older tool. More information: https://manned.org/lsipc.

  • Show information about all active IPC facilities:

lsipc

  • Show information about active shared memory segments, message queues or sempahore sets:

lsipc --shmems|--queues|--semaphores

  • Show full details on the resource with a specific iD:

lsipc --shmems|--queues|--semaphores --id resource_id

  • Print the given [o]utput columns (see all supported columns with --help):

lsipc --output KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...

  • Use raw, JSON, list or export (key=“value”) format:

lsipc --raw|--json|--list|--export

  • Don’t truncate the output:

lsipc --notruncate

This document was created using the contents of the tldr project.