lsipc
linux
Show information on System V IPC facilities currently employed in the system. See also: `ipcs`.
More info →Options (2)
-i, --idbooleanShow full details on the resource with a specific ID
Example:
lsipc {{--shmems|--queues|--semaphores}} {{[-i|--id]}} {{resource_id}}-o, --outputbooleanPrint the given output columns (see all supported columns with `--help`)
Example:
lsipc {{[-o|--output]}} {{KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...}}Examples (6)
Show information about all active IPC facilities
Show information about active shared [m]emory segments, message [q]ueues, or [s]empahore sets
lsipc --shmems|--queues|--semaphoresShow full details on the resource with a specific ID
lsipc --shmems|--queues|--semaphores [-i|--id] resource_idPrint the given output columns (see all supported columns with `--help`)
lsipc [-o|--output] KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...Use [r]aw, [J]SON, [l]ist, or [e]xport (key="value") format
lsipc --raw|--json|--list|--exportDon't truncate the output
lsipc --notruncatemade by @shridhargupta | data from tldr-pages