Ipcrm
Encyclopedia
The ipcrm command will mark System V
interprocess communication API kernel entities for removal,
deferred until the last connected process detaches.
System V IPC kernel entities are:
interprocess communication API kernel entities for removal,
deferred until the last connected process detaches.
System V IPC kernel entities are:
- Shared memoryShared memoryIn computing, shared memory is memory that may be simultaneously accessed by multiple programs with an intent to provide communication among them or avoid redundant copies. Depending on context, programs may run on a single processor or on multiple separate processors...
segments - Message queueMessage queueIn computer science, message queues and mailboxes are software-engineering components used for interprocess communication, or for inter-thread communication within the same process. They use a queue for messaging – the passing of control or of content...
s - SemaphoreSemaphore (programming)In computer science, a semaphore is a variable or abstract data type that provides a simple but useful abstraction for controlling access by multiple processes to a common resource in a parallel programming environment....
arrays