By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 gnulinux-not-linux.html

View raw Download
text/html • 5.08 kiB
HTML document, Unicode text, UTF-8 text
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
<title>
6
A Reason to Call it GNU/Linux
7
</title>
8
<link rel="stylesheet" href="/static/style.css">
9
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10
</head>
11
<body>
12
<header>
13
<nav>
14
<ul>
15
<li><a href="/">Home</a></li>
16
<li><a href="/projects">Projects</a></li>
17
<li><a href="/index">Index</a></li>
18
<li><a href="https://roundabout-host.com/roundabout">Roundabout-host</a></li>
19
</ul>
20
<ul>
21
<li><a href="mailto:root@roundabout-host.com" id="mail-link">root@roundabout-host.com</a></li>
22
</ul>
23
</nav>
24
</header>
25
<main>
26
27
<h1>A Reason to Call it GNU/Linux</h1>
28
<div id="article-date">2024-07-31, 13:47:12</div>
29
30
<article class="content-area">
31
<p>Linux isn't very Unix-like by itself. Of course, it's a Unix-like <em class="emphasis-1">kernel</em>, and it
32
does Unix-compatible file operations, process management, and system calls, but without the GNU
33
suite or some other userland, it is just a kernel which doesn't have to be used as a Unix-like
34
one.
35
</p><p>Linux is Unix-like, but not all OSes which contain Linux take advantage of that.
36
</p><p>Android basically uses Linux like a fancy bootloader. The only thing that runs there is toybox,
37
which technically are Unix utilities, but the user can't interact with them, and a JVM.
38
Everything the user does is done in Java.
39
</p><p>In Android, if you only consider the actual platform that is used for making software, that
40
platform is Java, not Unix. No matter how hard you try, Android isn't designed to run Unix packages
41
natively. Of course it can, but that doesn't make it Unix-like, since the intended way to run
42
applications is in Java.
43
</p><p>Calling an OS by its kernel is wrong; the kernel doesn't determine the nature of the OS. We don't
44
call Windows "NT" or MacOS "Darwin".
45
</p><p>If you call GNU/Linux "Linux", why not call Android "Linux" as well? They're not compatible with
46
each other, but technically the name Linux works for both according to your logic.
47
</p><p>GNU/Linux means just that: GNU on the Linux kernel. There is a GNU kernel as well, the Hurd, but
48
most commonly we substitute it with Linux. There used to be Debian GNU/kFreeBSD, which used the
49
FreeBSD kernel, and there is GNU/Darwin, and GNU/Hurd, and so on. They didn't invent a name for
50
that combination, but it still doesn't deserve to be named after its kernel. GNU/Linux is more
51
compatible with GNU/Hurd or NetBSD (even without GNU) than with Android, Tizen, ChromeOS or
52
whatever else happens to contain Linux and use it but don't take advantage of its Unix-like
53
nature.
54
</p><p>The fact that Android can run GNU/Linux in <code>chroot</code> doesn't mean anything; the core system is
55
not GNU; but the kernel still knows how to run GNU software so it will run it. But that doesn't
56
make Android GNU/Linux; it would be like saying your machine is Debian when it's actually OpenSUSE
57
and you have a Debian chroot.
58
</p><p>If someone made a system with the Windows NT kernel but not the Windows userland and GUI, would
59
you still call that Windows? No; it <em class="emphasis-1">is</em> NT but that doesn't mean it's Windows, as it doesn't
60
have what makes Windows run Windows software.
61
</p><p>Obligatory copypasta:
62
</p><blockquote><p>I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux,
63
or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto
64
itself, but rather another free component of a fully functioning GNU system made useful by the GNU
65
corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
66
</p><p>Many computer users run a modified version of the GNU system every day, without realizing it. Through
67
a peculiar turn of events, the version of GNU which is widely used today is often called "Linux",
68
and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
69
</p><p>There really is a Linux, and these people are using it, but it is just a part of the system they use.
70
Linux is the kernel: the program in the system that allocates the machine's resources to the other
71
programs that you run. The kernel is an essential part of an operating system, but useless by itself;
72
it can only function in the context of a complete operating system. Linux is normally used in
73
combination with the GNU operating system: the whole system is basically GNU with Linux added, or
74
GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux!
75
</p></blockquote>
76
</article>
77
78
</main>
79
<footer>
80
<p>Page generated on Tuesday, 15 October 2024 at 17:00:35</p>
81
<p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (🄍). No rights reserved.</p>
82
<a href="#">Back to top</a>
83
</footer>
84
</body>
85
</html>