InterviewSolution
Saved Bookmarks
| 1. |
Two UNIX systems may or may not use the same set of system calls.(a) True(b) FalseI have been asked this question in exam.Query is from Introduction to UNIX topic in section The Unix Architecture & General Purpose Utilities of Unix |
|
Answer» CORRECT CHOICE is (b) False For explanation I would SAY: All UNIX flavors have one thing in common, they use the same SYSTEM calls which are described in POSIX specification. |
|