
ipcrm
List of commands for ipcrm:
-
ipcrm:tldr:2a82f ipcrm: Delete an IPC queue by key.$ ipcrm --queue-key ${ipc_queue_key}try on your machineexplain this command
-
ipcrm:tldr:533ac ipcrm: Delete a shared memory segment by ID.$ ipcrm --shmem-id ${shmem_id}try on your machineexplain this command
-
ipcrm:tldr:682e8 ipcrm: Delete a shared memory segment by key.$ ipcrm --shmem-key ${shmem_key}try on your machineexplain this command
-
ipcrm:tldr:acf43 ipcrm: Delete a semaphore by key.$ ipcrm --semaphore-key ${semaphore_key}try on your machineexplain this command
-
ipcrm:tldr:c76aa ipcrm: Delete an IPC queue by ID.$ ipcrm --queue-id ${ipc_queue_id}try on your machineexplain this command
-
ipcrm:tldr:def4c ipcrm: Delete a semaphore by ID.$ ipcrm --semaphore-id ${semaphore_id}try on your machineexplain this command
-
ipcrm:tldr:e9632 ipcrm: Delete all IPC resources.$ ipcrm --alltry on your machineexplain this command