Multiple choice Unix uses 'pipe' system call to create a duplicate of a file to create a unnamed pipe to create a named pipe 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.