Multiple choice

Unix uses 'pipe' system call

  1. to create a duplicate of a file

  2. to create a unnamed pipe

  3. to create a named pipe

  4. none of the above

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

The pipe system call is used to create a named pipe. Pipe is buffered that allows one day data transmission through its ends using flow control.