Choose the correct statement about the UNIX family of operating systems:

a. Because files can be shared across fork() and exec() calls, I/O redirection can be done via files
b. Because files cannot be shared across an exec() call, I/O redirection is done via pipes, sockets, etc.
c. Because files cannot be shared across a fork() call, I/O redirection is done via pipes, sockets, etc.