2024-05-07 01:44:32 -03:00
|
|
|
# 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 [m]emory segments, message [q]ueues or [s]empahore sets:
|
|
|
|
|
|
|
|
`lsipc {{--shmems|--queues|--semaphores}}`
|
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Show full details on the resource with a specific ID:
|
2024-05-07 01:44:32 -03:00
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`lsipc {{--shmems|--queues|--semaphores}} {{[-i|--id]}} {{resource_id}}`
|
2024-05-07 01:44:32 -03:00
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Print the given output columns (see all supported columns with `--help`):
|
2024-05-07 01:44:32 -03:00
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`lsipc {{[-o|--output]}} {{KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...}}`
|
2024-05-07 01:44:32 -03:00
|
|
|
|
|
|
|
- Use [r]aw, [J]SON, [l]ist or [e]xport (key="value") format:
|
|
|
|
|
|
|
|
`lsipc {{--raw|--json|--list|--export}}`
|
|
|
|
|
|
|
|
- Don't truncate the output:
|
|
|
|
|
|
|
|
`lsipc --notruncate`
|