InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command doesn’t create a process?(a) pwd(b) fork(c) cd(d) pwd and cdI got this question in an interview for internship.My question is taken from Process Basics topic in portion The Process of Unix |
|
Answer» Correct answer is (d) pwd and cd |
|