Linux: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added to the encyclopedia.)
m (BusyBox)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{encyclopedic}}'''Linux''' is a largely [[POSIX]]-compliant operating system similar to [[UNIX]].
'''Linux''' is a largely [[:Category:POSIX|POSIX]]-compliant kernel similar to [[Unix]].

When combined with [[GNU]] libraries (e.g. [[wp:GNU C Library|glibc]]) and tools (e.g. [[Bourne Again SHell|bash]], find-utils, bin-utils...),
the combination may be referred to as [[wp:GNU/Linux naming controversy|GNU/Linux]].

Other arrangements are possible, such as using [[BusyBox]]
in place of a standalone shell and other command-line tools.

[[Category:Operating Systems]]

Latest revision as of 05:04, 8 November 2014

Linux is a largely POSIX-compliant kernel similar to Unix.

When combined with GNU libraries (e.g. glibc) and tools (e.g. bash, find-utils, bin-utils...), the combination may be referred to as GNU/Linux.

Other arrangements are possible, such as using BusyBox in place of a standalone shell and other command-line tools.