Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does the POSIX.1 standard compare to the Linux Standard Base?

0
Posted

How does the POSIX.1 standard compare to the Linux Standard Base?

0

The POSIX.1 standard specifies application programming interfaces (APIs) at the source level, and is about source code portability. Its neither a code implementation nor an operating system, but a stable definition of a programming interface that those systems supporting the specification guarantee to provide to the application programmer. Efforts such as the Linux Standard Base, and similarly the iBCS2 for x86 implementations of System V, are primarily about binary portability and define a specific binary implementation of an interface to operating system services. In general they build upon the foundations of the POSIX standard. Two white papers with further information on this topic are available at: http://www.opengroup.org/platform/single_unix_specification/doc.tpl?gdid=9045, http://www.opengroup.org/platform/single_unix_specification/doc.tpl?gdid=9634.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123