πŸ“’ Too many exams? Don’t know which one suits you best? Book Your Free Expert πŸ‘‰ call Now!

  • google app store apple app store
  • βœ–

      Question

      Which system call is used to create a new process in

      UNIX/Linux?
      A exec() Correct Answer Incorrect Answer
      B start() Correct Answer Incorrect Answer
      C init() Correct Answer Incorrect Answer
      D fork() Correct Answer Incorrect Answer
      E run() Correct Answer Incorrect Answer

      Solution

      fork() is used to create a new process by duplicating the parent process.

      Practice Next
      ask-question