Added Importance of GNU (#18695)

Explained details about GNU/Linux system and why it should be called GNU/Linux instead of just Linux
pull/18895/head
Tanuj Nagpal 2018-10-14 02:19:34 +05:30 committed by Quincy Larson
parent 640aaf9c48
commit 5dcd2785d5
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ GNU/Linux to refer to the operating system family, as well as specific distribut
just the Linux kernel, and that they have in common not only the kernel, but also numerous utilities and libraries, a large proportion
of which are from the GNU project.
### GNU
The GNU operating system is a complete free software system, upward-compatible with Unix. GNU stands for “GNU's Not Unix”.
The project to develop the GNU system is called the “GNU Project”. The GNU Project was conceived in 1983 as a way of bringing back the cooperative spirit that prevailed in the computing community in earlier days—to make cooperation possible once again by removing the obstacles to cooperation imposed by the owners of proprietary software. *The GNU operating system and the Linux kernel are separate software projects that do complementary jobs. Typically they are packaged in a GNU/Linux distribution, and used together*. More at [Overview of GNU system](https://www.gnu.org/gnu/gnu-linux-faq.en.html#why)
The development of Linux is one of the most prominent examples of free and open-source software collaboration. The underlying source
code may be used, modified and distributed commercially or non-commercially by anyone under the terms of its respective licenses, such
as the GNU General Public License.