Multiple choice

Which of the following system calls in UNIX allows an user to allocate or create shared memory segment?

  1. semget()

  2. shmget()

  3. pipe()

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This system call in UNIX allows an user to allocate or create shared memory segment.