Is there a linux distro that's UNIX certified?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Is there a Linux distribution certified with the Single UNIX Specification? What are the primary reasons that most distributions don't get certified?
linux posix
add a comment |Â
up vote
1
down vote
favorite
Is there a Linux distribution certified with the Single UNIX Specification? What are the primary reasons that most distributions don't get certified?
linux posix
Related: unix.stackexchange.com/a/220877/117549
â Jeff Schaller
Jul 2 '16 at 0:08
Please reopen this since there are actually Linux distros that are Unix-certified. The list of certified products can be found on the Opengroup's website. Will Linux become UNIX, instead of just UNIX Like?
â phuclv
1 hour ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Is there a Linux distribution certified with the Single UNIX Specification? What are the primary reasons that most distributions don't get certified?
linux posix
Is there a Linux distribution certified with the Single UNIX Specification? What are the primary reasons that most distributions don't get certified?
linux posix
linux posix
asked Jul 1 '16 at 23:17
PC Luddite
1114
1114
Related: unix.stackexchange.com/a/220877/117549
â Jeff Schaller
Jul 2 '16 at 0:08
Please reopen this since there are actually Linux distros that are Unix-certified. The list of certified products can be found on the Opengroup's website. Will Linux become UNIX, instead of just UNIX Like?
â phuclv
1 hour ago
add a comment |Â
Related: unix.stackexchange.com/a/220877/117549
â Jeff Schaller
Jul 2 '16 at 0:08
Please reopen this since there are actually Linux distros that are Unix-certified. The list of certified products can be found on the Opengroup's website. Will Linux become UNIX, instead of just UNIX Like?
â phuclv
1 hour ago
Related: unix.stackexchange.com/a/220877/117549
â Jeff Schaller
Jul 2 '16 at 0:08
Related: unix.stackexchange.com/a/220877/117549
â Jeff Schaller
Jul 2 '16 at 0:08
Please reopen this since there are actually Linux distros that are Unix-certified. The list of certified products can be found on the Opengroup's website. Will Linux become UNIX, instead of just UNIX Like?
â phuclv
1 hour ago
Please reopen this since there are actually Linux distros that are Unix-certified. The list of certified products can be found on the Opengroup's website. Will Linux become UNIX, instead of just UNIX Like?
â phuclv
1 hour ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
- No.
- Money.
Most Linux distributions are mostly POSIX compliant, but there's no formal POSIX stamp on them since nobody thinks it's a good idea to either go through that procedure, or pay the required fees, or both.
Getting a POSIX certification would mean that it would be e.g. "Debian, version 8, on amd64" that was certified. Then you'd need to certify "Debian, version 8, on powerpc" etc., and then do that again for the next release. Today only a handful of commercially available Unices are certified to be POSIX compliant in very specific configurations (release version + machine architecture). For example, Solaris 8 and 9 are UNIX 98 compliant (SUSv2) on i386 and sparc, but not on x86_64.
Instead, most free Unices (not just Linux) chooses to
- Trying to conform to POSIX.
- Document non-conformance to POSIX.
- Document extensions to POSIX.
So the "contract" between you and the OS is the manual pages rather than the POSIX standard document.
I use "POSIX" above since "POSIX:2001" was the same as "Single UNIX Specification, version 3", and if I understand things right, "POSIX:2008" and "Single UNIX Specification, version 4" is the same thing too.
POSIX is not one specification but comprises a group of approved and draft specifications. In the case of POSIX.1, it is a specific IEEE specification that corresponds to a specific version of the SUS. For example, IEEE Std 1003.-2008 (AKA POSIX.1 2008) is simultaneously The Open Group Technical Standard Base Specifications, Issue 7
â fpmurphy1
Jul 2 '16 at 10:26
@fpmurphy1 Yes, I am sloppy with my use of language when I talk about these things. Thanks for the clarification.
â Kusalananda
Jul 2 '16 at 10:29
there are actually Linux distros that are Unix-certified
â phuclv
21 hours ago
@phuclv Which one are you referring to?
â Kusalananda
20 hours ago
K-UX and Huawei EulerOS. They appear in the POSIX certified list as well
â phuclv
20 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
- No.
- Money.
Most Linux distributions are mostly POSIX compliant, but there's no formal POSIX stamp on them since nobody thinks it's a good idea to either go through that procedure, or pay the required fees, or both.
Getting a POSIX certification would mean that it would be e.g. "Debian, version 8, on amd64" that was certified. Then you'd need to certify "Debian, version 8, on powerpc" etc., and then do that again for the next release. Today only a handful of commercially available Unices are certified to be POSIX compliant in very specific configurations (release version + machine architecture). For example, Solaris 8 and 9 are UNIX 98 compliant (SUSv2) on i386 and sparc, but not on x86_64.
Instead, most free Unices (not just Linux) chooses to
- Trying to conform to POSIX.
- Document non-conformance to POSIX.
- Document extensions to POSIX.
So the "contract" between you and the OS is the manual pages rather than the POSIX standard document.
I use "POSIX" above since "POSIX:2001" was the same as "Single UNIX Specification, version 3", and if I understand things right, "POSIX:2008" and "Single UNIX Specification, version 4" is the same thing too.
POSIX is not one specification but comprises a group of approved and draft specifications. In the case of POSIX.1, it is a specific IEEE specification that corresponds to a specific version of the SUS. For example, IEEE Std 1003.-2008 (AKA POSIX.1 2008) is simultaneously The Open Group Technical Standard Base Specifications, Issue 7
â fpmurphy1
Jul 2 '16 at 10:26
@fpmurphy1 Yes, I am sloppy with my use of language when I talk about these things. Thanks for the clarification.
â Kusalananda
Jul 2 '16 at 10:29
there are actually Linux distros that are Unix-certified
â phuclv
21 hours ago
@phuclv Which one are you referring to?
â Kusalananda
20 hours ago
K-UX and Huawei EulerOS. They appear in the POSIX certified list as well
â phuclv
20 hours ago
add a comment |Â
up vote
3
down vote
accepted
- No.
- Money.
Most Linux distributions are mostly POSIX compliant, but there's no formal POSIX stamp on them since nobody thinks it's a good idea to either go through that procedure, or pay the required fees, or both.
Getting a POSIX certification would mean that it would be e.g. "Debian, version 8, on amd64" that was certified. Then you'd need to certify "Debian, version 8, on powerpc" etc., and then do that again for the next release. Today only a handful of commercially available Unices are certified to be POSIX compliant in very specific configurations (release version + machine architecture). For example, Solaris 8 and 9 are UNIX 98 compliant (SUSv2) on i386 and sparc, but not on x86_64.
Instead, most free Unices (not just Linux) chooses to
- Trying to conform to POSIX.
- Document non-conformance to POSIX.
- Document extensions to POSIX.
So the "contract" between you and the OS is the manual pages rather than the POSIX standard document.
I use "POSIX" above since "POSIX:2001" was the same as "Single UNIX Specification, version 3", and if I understand things right, "POSIX:2008" and "Single UNIX Specification, version 4" is the same thing too.
POSIX is not one specification but comprises a group of approved and draft specifications. In the case of POSIX.1, it is a specific IEEE specification that corresponds to a specific version of the SUS. For example, IEEE Std 1003.-2008 (AKA POSIX.1 2008) is simultaneously The Open Group Technical Standard Base Specifications, Issue 7
â fpmurphy1
Jul 2 '16 at 10:26
@fpmurphy1 Yes, I am sloppy with my use of language when I talk about these things. Thanks for the clarification.
â Kusalananda
Jul 2 '16 at 10:29
there are actually Linux distros that are Unix-certified
â phuclv
21 hours ago
@phuclv Which one are you referring to?
â Kusalananda
20 hours ago
K-UX and Huawei EulerOS. They appear in the POSIX certified list as well
â phuclv
20 hours ago
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
- No.
- Money.
Most Linux distributions are mostly POSIX compliant, but there's no formal POSIX stamp on them since nobody thinks it's a good idea to either go through that procedure, or pay the required fees, or both.
Getting a POSIX certification would mean that it would be e.g. "Debian, version 8, on amd64" that was certified. Then you'd need to certify "Debian, version 8, on powerpc" etc., and then do that again for the next release. Today only a handful of commercially available Unices are certified to be POSIX compliant in very specific configurations (release version + machine architecture). For example, Solaris 8 and 9 are UNIX 98 compliant (SUSv2) on i386 and sparc, but not on x86_64.
Instead, most free Unices (not just Linux) chooses to
- Trying to conform to POSIX.
- Document non-conformance to POSIX.
- Document extensions to POSIX.
So the "contract" between you and the OS is the manual pages rather than the POSIX standard document.
I use "POSIX" above since "POSIX:2001" was the same as "Single UNIX Specification, version 3", and if I understand things right, "POSIX:2008" and "Single UNIX Specification, version 4" is the same thing too.
- No.
- Money.
Most Linux distributions are mostly POSIX compliant, but there's no formal POSIX stamp on them since nobody thinks it's a good idea to either go through that procedure, or pay the required fees, or both.
Getting a POSIX certification would mean that it would be e.g. "Debian, version 8, on amd64" that was certified. Then you'd need to certify "Debian, version 8, on powerpc" etc., and then do that again for the next release. Today only a handful of commercially available Unices are certified to be POSIX compliant in very specific configurations (release version + machine architecture). For example, Solaris 8 and 9 are UNIX 98 compliant (SUSv2) on i386 and sparc, but not on x86_64.
Instead, most free Unices (not just Linux) chooses to
- Trying to conform to POSIX.
- Document non-conformance to POSIX.
- Document extensions to POSIX.
So the "contract" between you and the OS is the manual pages rather than the POSIX standard document.
I use "POSIX" above since "POSIX:2001" was the same as "Single UNIX Specification, version 3", and if I understand things right, "POSIX:2008" and "Single UNIX Specification, version 4" is the same thing too.
edited Jul 2 '16 at 10:14
answered Jul 2 '16 at 8:47
Kusalananda
110k15215340
110k15215340
POSIX is not one specification but comprises a group of approved and draft specifications. In the case of POSIX.1, it is a specific IEEE specification that corresponds to a specific version of the SUS. For example, IEEE Std 1003.-2008 (AKA POSIX.1 2008) is simultaneously The Open Group Technical Standard Base Specifications, Issue 7
â fpmurphy1
Jul 2 '16 at 10:26
@fpmurphy1 Yes, I am sloppy with my use of language when I talk about these things. Thanks for the clarification.
â Kusalananda
Jul 2 '16 at 10:29
there are actually Linux distros that are Unix-certified
â phuclv
21 hours ago
@phuclv Which one are you referring to?
â Kusalananda
20 hours ago
K-UX and Huawei EulerOS. They appear in the POSIX certified list as well
â phuclv
20 hours ago
add a comment |Â
POSIX is not one specification but comprises a group of approved and draft specifications. In the case of POSIX.1, it is a specific IEEE specification that corresponds to a specific version of the SUS. For example, IEEE Std 1003.-2008 (AKA POSIX.1 2008) is simultaneously The Open Group Technical Standard Base Specifications, Issue 7
â fpmurphy1
Jul 2 '16 at 10:26
@fpmurphy1 Yes, I am sloppy with my use of language when I talk about these things. Thanks for the clarification.
â Kusalananda
Jul 2 '16 at 10:29
there are actually Linux distros that are Unix-certified
â phuclv
21 hours ago
@phuclv Which one are you referring to?
â Kusalananda
20 hours ago
K-UX and Huawei EulerOS. They appear in the POSIX certified list as well
â phuclv
20 hours ago
POSIX is not one specification but comprises a group of approved and draft specifications. In the case of POSIX.1, it is a specific IEEE specification that corresponds to a specific version of the SUS. For example, IEEE Std 1003.-2008 (AKA POSIX.1 2008) is simultaneously The Open Group Technical Standard Base Specifications, Issue 7
â fpmurphy1
Jul 2 '16 at 10:26
POSIX is not one specification but comprises a group of approved and draft specifications. In the case of POSIX.1, it is a specific IEEE specification that corresponds to a specific version of the SUS. For example, IEEE Std 1003.-2008 (AKA POSIX.1 2008) is simultaneously The Open Group Technical Standard Base Specifications, Issue 7
â fpmurphy1
Jul 2 '16 at 10:26
@fpmurphy1 Yes, I am sloppy with my use of language when I talk about these things. Thanks for the clarification.
â Kusalananda
Jul 2 '16 at 10:29
@fpmurphy1 Yes, I am sloppy with my use of language when I talk about these things. Thanks for the clarification.
â Kusalananda
Jul 2 '16 at 10:29
there are actually Linux distros that are Unix-certified
â phuclv
21 hours ago
there are actually Linux distros that are Unix-certified
â phuclv
21 hours ago
@phuclv Which one are you referring to?
â Kusalananda
20 hours ago
@phuclv Which one are you referring to?
â Kusalananda
20 hours ago
K-UX and Huawei EulerOS. They appear in the POSIX certified list as well
â phuclv
20 hours ago
K-UX and Huawei EulerOS. They appear in the POSIX certified list as well
â phuclv
20 hours ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f293396%2fis-there-a-linux-distro-thats-unix-certified%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Related: unix.stackexchange.com/a/220877/117549
â Jeff Schaller
Jul 2 '16 at 0:08
Please reopen this since there are actually Linux distros that are Unix-certified. The list of certified products can be found on the Opengroup's website. Will Linux become UNIX, instead of just UNIX Like?
â phuclv
1 hour ago