We know that to define whether the system is Unix or not there's a Single UNIX Specification(SUS) which is held by OpenGroup. Then why there's another certification as POSIX? Are these things the same?

link|improve this question

79% accept rate
feedback

closed as not constructive by Linker3000, slhck, Nifle, studiohack Nov 10 '11 at 17:12

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

SUS is a newer standard that evolved from the older POSIX standards and encompasses them. There are actually many parts to the POSIX standards. So SUS and POSIX are not the same. One is a superset of (most of) the other. I wouldn't be surprised if there were several details of POSIX that have since been superceded or deliberately omitted though.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.