z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


shmset

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

Read syntax diagramSkip visual syntax diagram
>>-shmset--id--uid--gid--permissions---------------------------><

Function

shmset sets the attributes for a shared memory segment.

Parameters

id
The ID for the shared memory segment.
uid
Sets the new UID.
gid
Sets the mew GID.
permissions
Sets the new permissions in octal.

All variables must be set. Use shmset to get the current values if you do not want to change a value.

Example

'shmget (shmid) shm.'
'shmset' shmid shm.shm_uid shm.shm_gid 660

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014