Actions

Difference between revisions of "POSIX"

(Created page with "The Portable Operating System Interface (POSIX) is an IEEE standard that helps compatibility and portability between operating systems. Theoretically, POSIX compliant source c...")
 
m (The LinkTitles extension automatically added links to existing pages (https://github.com/bovender/LinkTitles).)
Line 1: Line 1:
The Portable Operating System Interface (POSIX) is an IEEE standard that helps compatibility and portability between operating systems. Theoretically, POSIX compliant source code should be seamlessly portable. In the real world, application transition often runs into system specific issues. But POSIX compliance makes it simpler to port applications which can result in time savings.<ref>Defining POSIX [https://linuxhint.com/posix-standard/ Zack H]</ref>
+
The Portable Operating [[System]] Interface (POSIX) is an IEEE [[standard]] that helps compatibility and [[portability]] between operating systems. Theoretically, POSIX compliant source code should be seamlessly portable. In the real world, [[application]] transition often runs into system specific issues. But POSIX [[compliance]] makes it simpler to [[port]] applications which can result in time savings.<ref>Defining POSIX [https://linuxhint.com/posix-standard/ Zack H]</ref>

Revision as of 17:31, 6 February 2021

The Portable Operating System Interface (POSIX) is an IEEE standard that helps compatibility and portability between operating systems. Theoretically, POSIX compliant source code should be seamlessly portable. In the real world, application transition often runs into system specific issues. But POSIX compliance makes it simpler to port applications which can result in time savings.[1]

  1. Defining POSIX Zack H