Linus Torvalds announced the first version of Linux in 1991, but some Linux concepts are even older than Linux itself.
While Linux is generally considered a modern operating system, some of the concepts are much older than you might think. The following are some concepts that have a long history in Linux systems.
1. Dual boot
Using dual-boot has been the standard way to share Linux between different operating systems, including Windows. The concept of a multi-boot operating system is almost as old as computers.

It is also popular in Unix-like environments, such as running Unix and MS-DOS on older PC Unix systems such as Xenix. Dual boot was also implemented on the Amiga before Linux.
The Commodore Amiga 3000UX comes with Amiga Unix, a customized version of System V, and the standard Amiga Workbench operating system. You can select the operating system at boot time by using the left and right mouse buttons.
2. Support different architectures
When Linus Torvalds released the Linux kernel on Usenet in 1991, he himself did not foresee that it would expand to other architectures besides the Intel x86 platform, but he probably should have left history with such a precedent.
Like the original Unix, Linux is written in the C language. C itself is a portable language. As long as a C program makes no assumptions about the underlying environment, it can be compiled on any computer, as long as it has a corresponding compiler.
Like many operating systems of the time, Unix was originally written in assembly language, but Dennis Ritchie rewrote it in the C language he invented in the early 1970s. A side effect of this was that the operating system was decoupled from the hardware and Unix became a general-purpose operating system.
This was unusual at the time because the operating system was tied to a specific machine. This is one of the reasons why Unix made such a splash in computer science circles in the 1970s and 1980s.
3. Concepts of different Shells
The Bash shell is the popular default shell on Linux systems, but you can easily change your login shell to any shell of your choice. You probably know that this is a feature of the original Unix systems, but did you know that the idea is even older than Unix?

DEC is developing an operating system called MICA that will run on a new processor architecture called PRISM. It will be based on DEC's popular minicomputer operating system VMS, but will also have a Unix flavor.
This ambitious project is the brainchild of Dave Cutler. DEC eventually canceled the MICA project, and Cutler moved to Microsoft to lead the project that would eventually become Windows NT.
On the VMS side, there is also a program called Eunice, which can also run Unix programs. Like the original WSL, it works, but it also suffers from performance and compatibility issues compared to native Unix.
When Windows NT finally came out in 1993, it had a POSIX environment, but seemingly only so that Microsoft could say it was POSIX compliant and bid on certain contracts with the U.S. federal government.
Microsoft will also release a more complete environment-Windows Services for Unix, and the open source Cygwin project will also appear.
5. Legal issues
In the early 2000s, the lawsuit filed by SCO against IBM received widespread attention in the Linux and open source communities. SCO claimed that Linux infringed on their rights to original Unix code, which they had acquired ownership of.
While IBM and the Linux community ultimately prevailed, this situation had precedent in the original Unix days. AT&T's Unix System Laboratories (USL) claimed copyright on Berkeley's software distribution code, which put pressure on Berkeley in the early 1990s.
Linux became the darling of computer enthusiasts, although it turned out that only a small number of files were "restricted" and could be easily rewritten for open source distribution.
6. Competition between different versions
Although the Linux community likes to argue about which distribution is better, this is nothing new to Unix culture.
In the 1980s, the debate between AT&T's System V and BSD was a big deal. The latter is more popular in academia and was developed at the University of California, Berkeley. It is also a major component of workstation Unix, such as Sun Microsystems.
By the late 1980s, the Unix world was mired in the so-called "Unix Wars." AT&T and Sun began working together to merge BSD and System V, which alarmed other computer companies such as Hewlett-Packard, DEC, and IBM. These companies later formed the Open Software Foundation, and Sun and AT&T formed Unix International.
This "war" finally ended with a ceasefire. The two organizations merged, but Linux eventually replaced proprietary Unix in most applications.
7. "Year of the Unix Desktop"
Linux distributions are known for their desktop user interfaces and are designed to make Linux accessible to non-technical users. This effort also has a long history, as can be seen in the 1989 PBS television show The Computer Chronicles.
In the show, we can see products from Sun Microsystems, HP and even Apple. Apple has also launched a Unix-based operating system A/UX.
8. Open source software
Although Linux popularized the concept of open source software, the idea has been around for a long time and may have existed in computers themselves.
Although the GNU project gained its reputation for its clear philosophy of providing free software, the software has long circulated freely in academia. BSD developers created their own license allowing free distribution.
Many Linux concepts are older than you think
You might be surprised how old some concepts in Linux culture, such as dual boot and open source software, are. Much of Linux's special features can be explained by its origins in Unix.
One example that confuses many people new to the Linux command line is that the commands look strange. Why are they so short? The reason is that they were originally designed for teletypes, not screens.
The above is the detailed content of 8 Linux concepts older than Linux itself. 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中,可以利用“rpm -qa pcre”命令判断pcre是否安装;rpm命令专门用于管理各项套件,使用该命令后,若结果中出现pcre的版本信息,则表示pcre已经安装,若没有出现版本信息,则表示没有安装pcre。

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

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

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


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

SublimeText3 Chinese version
Chinese version, very easy to use

Dreamweaver Mac version
Visual web development tools

WebStorm Mac version
Useful JavaScript development tools

Notepad++7.3.1
Easy-to-use and free code editor

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
