|
|
| |
IPCMK(1) |
User Commands |
IPCMK(1) |
ipcmk - create various ipc resources
ipcmk <resource options> [additional options]
ipcmk allows you to create shared memory segments, message queues or
semaphore arrays.
- Resources may be specified as follows:
- -M, --shmem [size]
- Shared memory segment of size bytes.
- -S, --semaphore [number]
- Semaphore array with number of elements.
- -Q, --queue
- Message queue.
- -p, --mode [mode]
- Permission for the resource. Default is 0644.
- -h, --help
- Display a short help message and exit.
- -V, --version
- Output version information and exit.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |