gnulinux-not-linux.html
HTML document, Unicode text, UTF-8 text
1<!DOCTYPE html> 2<html lang="en"> 3<head> 4<meta charset="UTF-8"> 5<title> 6A 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 32does Unix-compatible file operations, process management, and system calls, but without the GNU 33suite or some other userland, it is just a kernel which doesn't have to be used as a Unix-like 34one. 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, 37which technically are Unix utilities, but the user can't interact with them, and a JVM. 38Everything 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 40platform is Java, not Unix. No matter how hard you try, Android isn't designed to run Unix packages 41natively. Of course it can, but that doesn't make it Unix-like, since the intended way to run 42applications 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 44call 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 46each 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 48most commonly we substitute it with Linux. There used to be Debian GNU/kFreeBSD, which used the 49FreeBSD kernel, and there is GNU/Darwin, and GNU/Hurd, and so on. They didn't invent a name for 50that combination, but it still doesn't deserve to be named after its kernel. GNU/Linux is more 51compatible with GNU/Hurd or NetBSD (even without GNU) than with Android, Tizen, ChromeOS or 52whatever else happens to contain Linux and use it but don't take advantage of its Unix-like 53nature. 54</p><p>The fact that Android can run GNU/Linux in <code>chroot</code> doesn't mean anything; the core system is 55not GNU; but the kernel still knows how to run GNU software so it will run it. But that doesn't 56make Android GNU/Linux; it would be like saying your machine is Debian when it's actually OpenSUSE 57and 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 59you 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 60have 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, 63or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto 64itself, but rather another free component of a fully functioning GNU system made useful by the GNU 65corelibs, 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 67a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", 68and 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. 70Linux is the kernel: the program in the system that allocates the machine's resources to the other 71programs that you run. The kernel is an essential part of an operating system, but useless by itself; 72it can only function in the context of a complete operating system. Linux is normally used in 73combination with the GNU operating system: the whole system is basically GNU with Linux added, or 74GNU/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>