Linux: Difference between revisions

From Rosetta Code
Content added Content deleted
m (glibc is a lib not a tool)
m (BusyBox)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Linux''' is a largely [[POSIX]]-compliant kernel similar to [[UNIX]].
'''Linux''' is a largely [[:Category:POSIX|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.[[Category:Operating Systems]]
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.