Ask Question
25 July, 07:13

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.

+2
Answers (1)
  1. 25 July, 11:08
    0
    The Answer is-

    A. Because files can be shared across fork () and exec () calls, I/O redirection can be done via files

    Explanation:

    When the Unix OS calls the fork then process in the parent can wait and exec () in the child process. Unix shell provides Input/Output direction to the calls between the fork () and exec (). exec () can restore the current program process. fork () clones the current process data and then open the file content.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Choose the correct statement about the UNIX family of operating systems: a. Because files can be shared across fork () and exec () calls, ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers