LinuxCommandLibrary

lsipc

displays information about System V IPC facilities including shared memory

TLDR

Show all IPC facilities

$ lsipc
copy
Show shared memory segments
$ lsipc --shmems
copy
Show message queues
$ lsipc --queues
copy
Show semaphore sets
$ lsipc --semaphores
copy
Show details for specific ID
$ lsipc --shmems --id [resource_id]
copy
Output as JSON
$ lsipc --json
copy

SYNOPSIS

lsipc [options]

DESCRIPTION

lsipc displays information about System V IPC (Inter-Process Communication) facilities including shared memory segments, message queues, and semaphore sets currently active on the system.

PARAMETERS

--shmems, -m

Show shared memory segments
--queues, -q
Show message queues
--semaphores, -s
Show semaphore sets
-i, --id ID
Show details for specific resource ID
-o, --output COLUMNS
Select output columns
-J, --json
JSON output format
-r, --raw
Raw output without formatting
--notruncate
Don't truncate output

SEE ALSO

ipcs(1), ipcrm(1), ipcmk(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community