System Grab Bag

View all TLDR pages from Linux (or from all pages)

ipcmk

Create IPC (Inter-process Communication) resources. More information: https://manned.org/ipcmk.
  • Create a shared memory segment:
    ipcmk --shmem {{segment_size_in_bytes}}
  • Create a semaphore:
    ipcmk --semaphore {{element_size}}
  • Create a message queue:
    ipcmk --queue
  • Create a shared memory segment with specific permissions (default is 0644):
    ipcmk --shmem {{segment_size_in_bytes}} {{octal_permissions}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.