IPCRM(1) | General Commands Manual | IPCRM(1) |
ipcrm
—
ipcrm |
[-M shmkey]
[-m shmid]
[-Q msgkey]
[-q msqid]
[-S semkey]
[-s semid]
... |
ipcrm
removes the specified message queues, semaphores,
and shared memory segments. These System V IPC objects can be specified by
their creation ID or any associated key.
The following options are used to specify which IPC objects will be removed. Any number and combination of these options can be used:
-M
shmkey-m
shmid-Q
msgkey-q
msqid-S
semkey-s
semidIf the id or key argument is “all” then all entries of the appropriate type are removed.
The identifiers and keys associated with these System V IPC objects can be determined by using ipcs(1).
May 31, 2008 | NetBSD 9.4 |