Unix: Difference between revisions

From Rosetta Code
Content added Content deleted
(added POSIX-compliant vs Unix-like)
m (Move the category link down to remove a blank line from the top of the page, and to be consistent with how the wiki displays category links at the bottom.)
Line 1: Line 1:
[[Category:Operating Systems]]

'''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 [[POSIX]]-compliant to some degree. 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 [[POSIX]]-compliant to some degree. 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 POSIX-compliant to be considered Unix-like. The reverse is also true: a system can be POSIX-compliant without being Unix-like. Wikipedia has a brief discussion of Unix vs Unix-like [[wp:Unix-like#The term "Unix-like" and the UNIX trademark|here]].
Note that an OS doesn't need to be fully POSIX-compliant to be considered Unix-like. The reverse is also true: a system can be POSIX-compliant without being Unix-like. Wikipedia has a brief discussion of Unix vs Unix-like [[wp:Unix-like#The term "Unix-like" and the UNIX trademark|here]].

[[Category:Operating Systems]]

Revision as of 02:25, 19 April 2011

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 POSIX-compliant to some degree. 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 POSIX-compliant to be considered Unix-like. The reverse is also true: a system can be POSIX-compliant without being Unix-like. Wikipedia has a brief discussion of Unix vs Unix-like here.