Unix: Difference between revisions

From Rosetta Code
Content added Content deleted
m (OSs are now in a subcategory on the encyclopedia)
(some rephrasing; changed bad local links to wp & external)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''UNIX''', today, is a catch-all name that may be used to describe any of a number of operating systems which are [[POSIX]]-compliant. While the original UNIX was developed at Bell Labs, the name today is applied to many of its direct descendants, as well as several operating systems and kernels which were inspired by it.
'''Unix''' (frequently typed as "UNIX"), today, is a catch-all name that may be used to describe any of a number of [[:Category:Operating Systems|operating systems]] which are compliant to some degree with the [[POSIX]] standard ([https://www.iso.org/standard/50516.html ISO/IEC 9945]) and/or [[wp:Single UNIX Specification|the Single UNIX Specification ("SuS")]]. While the original UNIX was developed at [[Bell Labs]], the name today is applied to many of its direct descendants, as well as several operating systems and kernels which were inspired by it.

Note that an OS doesn't need to be fully Unix-compliant to be considered Unix-like. The reverse is also true: a system can be Unix-compliant without being Unix-like. Wikipedia has a brief discussion of Unix vs Unix-like [[wp:Unix-like|here]].

[[Category:Operating Systems]]
[[Category:Operating Systems]]

Latest revision as of 19:08, 17 May 2018

Unix (frequently typed as "UNIX"), today, is a catch-all name that may be used to describe any of a number of operating systems which are compliant to some degree with the POSIX standard (ISO/IEC 9945) and/or the Single UNIX Specification ("SuS"). While the original UNIX was developed at Bell Labs, the name today is applied to many of its direct descendants, as well as several operating systems and kernels which were inspired by it.

Note that an OS doesn't need to be fully Unix-compliant to be considered Unix-like. The reverse is also true: a system can be Unix-compliant without being Unix-like. Wikipedia has a brief discussion of Unix vs Unix-like here.