You are interested in Linux and have read some blog posts. Among them, you find an interesting name: GNU/Linux. What do these letters mean, and why do people always associate them with Linux?
This question may seem simple, but the answer has sparked controversy that has existed in the Linux world for decades.
What is GNU/Linux?
GNU/Linux is the name of a free and open source operating system, often referred to as "Linux".
The terms "GNU/Linux" and "Linux" are used interchangeably when used to refer to general-purpose operating systems. However, creating a fully functional operating system requires many different components. Arguably, there are more parts of GNU than Linux in GNU/Linux, which is why what to call this operating system is not as simple as it sounds.
What is "GNU" in GNU/Linux?
Let’s go back to the 1980s, when the computer industry was in a period of transformation. A Supreme Court case involving Apple has ruled that binary programs (software that is directly executable as opposed to source code) can be protected by copyright. A few years later, Microsoft released the Windows operating system, which changed the way people interacted with software.
Before software began to be copyrighted and targeted for commercial gain, most software was used primarily by researchers and academics. Computer code is shared publicly and people can use the programs freely. However, with the advent of various restrictions, actions that were previously performed freely became illegal.

So an organization called the Free Software Movement was formed. In 1983, Richard Stallman announced a plan to create a completely non-proprietary Unix-compatible operating system. He called it the GNU Project, and the announcement can still be found on GNU.org.
GNU is a recursive abbreviation that stands for "GNU’s Not Unix". The GNU Project provided many of the important tools on which the free desktop today depends. Key tools created in the 1980s include GCC (the tool used to compile the C language), the powerful Emacs text editor, Bash, and various command line utilities that are still in use.
The GNU Project contains many widely used applications such as GIMP (GNU Image Manipulation Program) and GNOME, one of the most popular free desktop environments. No matter which Linux operating system you use, you probably rely on many components of GNU software.
The GNU project is also responsible for the development of the General Public License (GPL). It is this license that has kept most of the free software we use free over the years.
What is "Linux" in GNU/Linux?

Linux was born in 1991. The project began with a student at the University of Helsinki who began independently developing his own operating system kernel. His name is Linus Torvalds.
At that time, the GNU project had created many of the components needed to build a complete free operating system, but some key pieces were missing. These parts include hardware drivers, daemons, and a working kernel. These components enable software to communicate with hardware.
GNU Hurd, the kernel the GNU project is trying to develop, has been developed before but is not ready yet. Another kernel called MINIX has existed since 1987, but it is licensed for educational purposes only.
After frustration, Torvalds decided to make a kernel himself. He called this personal project Linux, combining his name with UNIX, but felt it was too arrogant to share publicly. So he named the project Freax, combining "free", "freak" and "UNIX". A colleague doesn't like the name and prefers Linux. Linus agreed, and the name stuck.
At first, this kernel was not free, but in 1992, Linus licensed Linux as the GPL (GNU General Public License), a mandatory copyright agreement created by the GNU Project. This decision played a large role in the success of the project. Many people choose to adopt Linux and contribute to its development rather than create competing kernels.
Are we using Linux or GNU?
With GNU tools and a fully functional Linux kernel, we now have a working free operating system. But what should we call it? Since the early days, many people have referred to operating systems that use the Linux kernel simply as "Linux." This raises some tensions because Linux doesn't represent most of what we imagine when we say Linux.
Again, the Linux kernel is the specific part that enables software and hardware to communicate with each other. And what about everything we see on screen? That's something else.
The ideal GNOME desktop operating system Richard Stallman originally proposed calling such a creation a GNU system based on Linux. He then changed his preference and came up with GNU/Linux (pronounced "GNU slash Linux" or "GNU plus Linux") to make it clear that both projects played an important role. Some accepted this sentiment, while others thought the name was clumsy and unnecessary. This disagreement continues to this day.
Why do we say "GNU/Linux"
From the beginning, the purpose of the GNU project was to develop a complete operating system. The kernel is just the missing piece of the puzzle. Torvalds' goal was not to create an operating system, but to provide the missing piece.
- Linux is crucial to whatever you see on the screen, but it has almost nothing to do with what you actually see. This mainly depends on your desktop environment.
- GNU also handles a lot of things behind the scenes. Even if you don't install a graphical user interface, you will still interact with a subset of GNU's command line tools (such as Bash itself).
- Without GNU tools, what we think of as Linux no longer looks like Linux. Although Android uses the Linux kernel, it is not like Linux. This is mainly because it lacks the GNU toolchain.
- There is no difference between a screenshot of "Linux" and a screenshot of a BSD-based free desktop operating system. Although the Linux kernel is invisible, various open source BSD-based operating systems provide almost the same experience as desktop Linux.
- This is not how we name other operating systems. When we think of Windows, we usually think of the interface, few people immediately think of the Windows kernel. If someone can run a Windows interface and all Windows applications on a Linux kernel, they'll probably still think it's Windows.
- Calling the entire ecosystem Linux can cause confusion. Torvalds is sometimes credited with creating the entire operating system, even though he only created a specific part of it.
- GNU takes great responsibility for the culture and license of the free desktop. The GNU Project not only provides the tools needed to build a free operating system, but also provides a legal framework. The GPL prevents people from using free code to create competing proprietary software. Many core tools, including Linux itself, were released under a shared copyright license, accelerating their adoption and laying the foundation for the free software community's culture today.
Reasons for using “Linux”
There are strong reasons to think that GNU/Linux is a more accurate and precise name. But is it a good name? Here are some of the arguments people make in favor of calling the operating system "Linux." This list may be shorter, but perhaps more telling.
- Linux has become more popular. This was true in the 90s, and it's still true today. Calling the operating system something else would feel like an intentional rebranding effort. This is because Linux enables people to run all the software created by the GNU project and other projects. Without Linux, you won't be able to use anything.
- GNU/Linux is an awkward name. It's awkward to read and even more awkward to speak. This reason alone is enough to make some people think that Linux is not a fair name, so they are reluctant to call the operating system anything else.
- When do we stop? If we give GNU recognition, shouldn't we give X or Wayland recognition? They are the display servers that most of the free desktop ecosystem relies on. Audio is also important. The desktop environment is also important. Soon we will call our desktop GNOME/PipeWire/Wayland/GNU/Linux.
Linus himself once argued that calling Linux GNU/Linux was simply ridiculous.
Do you prefer GNU/Linux or Linux? I'm not a fan of GNU/Linux, but it does make it clearer to say a laptop runs GNU instead of Linux. With the rise of Android and Chromebooks, using the name Linux is becoming less and less sufficient. Just because a program is available on Linux doesn't mean it will work on Android, and vice versa.
As infotainment systems, smart home products, wearables, and other electronics continue to adopt the Linux kernel, the situation becomes more complicated.
The above is the detailed content of Demystifying GNU/Linux: Why so few dare to call it that?. For more information, please follow other related articles on the PHP Chinese website!

linux设备节点是应用程序和设备驱动程序沟通的一个桥梁;设备节点被创建在“/dev”,是连接内核与用户层的枢纽,相当于硬盘的inode一样的东西,记录了硬件设备的位置和信息。设备节点使用户可以与内核进行硬件的沟通,读写设备以及其他的操作。

区别:1、open是UNIX系统调用函数,而fopen是ANSIC标准中的C语言库函数;2、open的移植性没fopen好;3、fopen只能操纵普通正规文件,而open可以操作普通文件、网络套接字等;4、open无缓冲,fopen有缓冲。

端口映射又称端口转发,是指将外部主机的IP地址的端口映射到Intranet中的一台计算机,当用户访问外网IP的这个端口时,服务器自动将请求映射到对应局域网内部的机器上;可以通过使用动态或固定的公共网络IP路由ADSL宽带路由器来实现。

在linux中,eof是自定义终止符,是“END Of File”的缩写;因为是自定义的终止符,所以eof就不是固定的,可以随意的设置别名,linux中按“ctrl+d”就代表eof,eof一般会配合cat命令用于多行文本输出,指文件末尾。

在linux中,交叉编译是指在一个平台上生成另一个平台上的可执行代码,即编译源代码的平台和执行源代码编译后程序的平台是两个不同的平台。使用交叉编译的原因:1、目标系统没有能力在其上进行本地编译;2、有能力进行源代码编译的平台与目标平台不同。

在linux中,可以利用“rpm -qa pcre”命令判断pcre是否安装;rpm命令专门用于管理各项套件,使用该命令后,若结果中出现pcre的版本信息,则表示pcre已经安装,若没有出现版本信息,则表示没有安装pcre。

在linux中,rpc是远程过程调用的意思,是Reomote Procedure Call的缩写,特指一种隐藏了过程调用时实际通信细节的IPC方法;linux中通过RPC可以充分利用非共享内存的多处理器环境,提高系统资源的利用率。

linux查询mac地址的方法:1、打开系统,在桌面中点击鼠标右键,选择“打开终端”;2、在终端中,执行“ifconfig”命令,查看输出结果,在输出信息第四行中紧跟“ether”单词后的字符串就是mac地址。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Linux new version
SublimeText3 Linux latest version

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
