• Network
    • Basic Network
    • Linux
  • Security
  • Tips
    • Android Tips
    • Code
    • Computer Tips
    • Facebook
    • Windows 7/8/10
    • Graphics
  • Games
  • Software
    • Browsers
    • Computer Software
    • Phone Software
  • MMO
    • Advertisers – Publishers
    • Affiliate Program
    • Make money by phone
  • News
  • Knowledge
TechMody
  • Network
    • Basic Network
    • Linux
  • Security
  • Tips
    • Android Tips
    • Code
    • Computer Tips
    • Facebook
    • Windows 7/8/10
    • Graphics
  • Games
    • All
    • Action
    • Adventure
    • Casual
    • Racing
    • Simulation
    • Strategy
    10 Best Offline Games for Android in 2023

    10 Best Offline Games for Android in 2023

    Mobile Legends: Bang Bang Mod APK 1.7.44.8111 (Unlock Skin, Done View, ESP)

    Mobile Legends: Bang Bang Mod APK 1.7.44.8111 (Unlock Skin, Done View, ESP)

    PK XD Mod APK

    PK XD Mod APK 0.37.0 (Unlimited Money, Gems, Event Points)

    FRAG Pro Shooter MOD APK v1.9.1 (Unlimited Money, Joker Card, Move Speed)

    FRAG Pro Shooter MOD APK v1.9.1 (Unlimited Money, Joker Card, Move Speed)

    Among US MOD APK by TECHMODY

    Among Us MOD APK 2021.6.16 (Unlocked Skin, Always Impostor, No Kill Cooldown)

    Pixel Gun 3D Mod APK v21.3.1 (Unlimited Money, Coupons, VIP, ESP)

    Pixel Gun 3D Mod APK v21.3.1 (Unlimited Money, Coupons, VIP, ESP)

  • Software
    • Browsers
    • Computer Software
    • Phone Software
  • MMO
    • Advertisers – Publishers
    • Affiliate Program
    • Make money by phone
  • News
  • Knowledge
No Result
View All Result
  • Network
    • Basic Network
    • Linux
  • Security
  • Tips
    • Android Tips
    • Code
    • Computer Tips
    • Facebook
    • Windows 7/8/10
    • Graphics
  • Games
    • All
    • Action
    • Adventure
    • Casual
    • Racing
    • Simulation
    • Strategy
    10 Best Offline Games for Android in 2023

    10 Best Offline Games for Android in 2023

    Mobile Legends: Bang Bang Mod APK 1.7.44.8111 (Unlock Skin, Done View, ESP)

    Mobile Legends: Bang Bang Mod APK 1.7.44.8111 (Unlock Skin, Done View, ESP)

    PK XD Mod APK

    PK XD Mod APK 0.37.0 (Unlimited Money, Gems, Event Points)

    FRAG Pro Shooter MOD APK v1.9.1 (Unlimited Money, Joker Card, Move Speed)

    FRAG Pro Shooter MOD APK v1.9.1 (Unlimited Money, Joker Card, Move Speed)

    Among US MOD APK by TECHMODY

    Among Us MOD APK 2021.6.16 (Unlocked Skin, Always Impostor, No Kill Cooldown)

    Pixel Gun 3D Mod APK v21.3.1 (Unlimited Money, Coupons, VIP, ESP)

    Pixel Gun 3D Mod APK v21.3.1 (Unlimited Money, Coupons, VIP, ESP)

  • Software
    • Browsers
    • Computer Software
    • Phone Software
  • MMO
    • Advertisers – Publishers
    • Affiliate Program
    • Make money by phone
  • News
  • Knowledge
No Result
View All Result
TechMody
No Result
View All Result

Difference Between Linux and Unix and What You Didn’t Know

TechMody by TechMody
February 22, 2021
in Basic Network

Table of Contents

  1. Difference between Linux and Unix
  2. Origin of Unix
  3. Linux Journey
  4. So who is the developer?
  5. Standards and compliance
  6. Trademarks and copyrights
  7. Differences in usage

You have heard a lot about Linux and Unix, but you may not know the difference between the two terms. Truth be told, Linux was inspired by Unix, but Linux is not Unix, even though it is completely like Unix. In this article, I will explain the differences between these two popular operating systems.

Difference Between Linux and Unix and What You Didn't Know 3

Difference between Linux and Unix

Linux is open source and it is completely free. Unix is a commercial product, provided by many different distributors with its own variant, usually created specifically for certain hardware. And obviously it’s expensive and closed source code. But Linux and Unix more or less have the same thing. right?

Yes, however, they differ in technology and architecture. To understand some of the influences that shaped Unix and Linux, we need to understand the context in which these two operating systems are born.

Origin of Unix

Up to the present time, Unix is ​​over 50 years old. It was developed in assembly language, by Digital Equipment Corporation (DEC) in the unofficial DEC PDP/7 project at Bell Labs, later owned by AT&T. It was soon ported to the DEC PDP/11/20 computer and is widely used on computers at Bell. Unix was rewritten in C in the 4th version. Because C features and compilers made it easier to migrate Unix to new computer architectures.

In 1973, Ken Thompson and Dennis Ritchie presented an article on Unix at the conference. As a result, requests to create other copies of Unix came to Bell. Because the sale of operating systems was out of AT&T’s authorized scope, it could not treat Unix as a product. This resulted in Unix being distributed as licensed source code. The proceeds are enough to pay royalties, shipping and packaging the product. However, you will not receive technical support and bug fixes from AT&T. But you still get the source code and can modify it.

See more:  Is using Tor and VPN completely anonymous?

Unix has enjoyed rapid growth and support from academic institutions. In 1975, Ken Thompson spent a vacation from Bell at the University of California, Berkeley. Along with some of his graduate students, he began to further improve copies of Unix. Users became interested in Berkeley’s implementations, which led to them releasing the Berkeley Software Distribution (BSD). This is a collection of system modifications and programs that can be added to an existing Unix, but it is not a standalone operating system. Subsequent versions of BSD were the entire Unix system.

Unix is ​​now a fusion of AT&T and BSD. All other variants of Unix, like AIX, HP-UX, and Oracle Solaris are descendants of BSD. In 1984, AT&T restrictions were overcome and it can now manufacture and sell Unix.

Eventually, Unix was commercialized.

Linux Journey

Richard Stallman saw the commercialization of Unix as an erosion of the freedoms available to computer users, so he began to create operating systems based on freedom. Freedom here means being able to modify the source code without limitation, redistribute edited versions of the software and use the software in any way the user deems appropriate.

This operating system will copy all features of Unix, including all Unix source code. He named it GNU and founded the GNU Project in 1983 to develop the operating system. In 1985, he founded the Free Software Foundation to support the promotion and funding of the GNU project.

All features of GNU are improved beyond the kernel. The GNU project developers are working on the GNU Hurd kernel, but progress is very slow (this kernel is still under development and is about to be released soon). Without a kernel, there is no operating system. Simply put, a kernel is like a PC’s CPU.

In 1987, Andrew S. Tanebaum released the MINIX (mini-Unix) operating system to aid in teaching students how to design operating system. MINIX is a functional operating system, just like Unix, but it has some limitations, especially the filesystem. Since the source code must be light enough to warrant university teaching, some functionality must be sacrificed.

See more:  24 ways to speed up Wifi Internet connection at home

To better understand how the Intel 80386 works in his new PC, a computer science student named Linus Torvalds (the protagonist appears) wrote some simple task conversion codes like an exercise. home (homework but like final exam). In the end, these scripts became the basic primitive kernel of the first Linux kernel. Torvalds is now familiar with MINIX. In fact, his first kernel was developed on MINIX using Richard Stallman’s GCC compiler.

Torvalds decided to create his own operating system to overcome the limitations in MINIX. In 1991, he informed the team MINIX Usenet, to seek comments and suggestions on his project.

Linux is actually a clone of Unix. You can also call Linux Unix, but don’t call it that. The word “clone” means a small portion of a clone evolved into a new copy from the original. Linux was created to resemble Unix’s interface and fulfill similar needs.

But anyway, Linux is the kernel looking for a complete operating system, and GNU is the one looking for the kernel. What happened next seemed inevitable. And it changed the world.

So who is the developer?

Difference Between Linux and Unix and What You Didn't Know 4

A Linux distribution includes many different components. The Linux kernel, GNU suite contains the core utilities and user-land applications combined to form a complete distribution. And there must be someone who integrates, maintains, and manages. The distributors and the communities of each distro all play an important role in getting a distribution of Linux in the hands of users.

Linux is the result of the collaborative efforts of unpaid volunteers, organizations like Canonical and Red Hat, and other sponsors.

Each Unix is ​​developed as a unique combination using tightly controlled development facilities. Usually, they have a single kernel and are specifically designed for the hardware platforms provided by the developer.

BSD UNIX’s free and open source operating systems such as FreeBSD, OpenBSD and DragonBSD use legacy BSD and new code.

Standards and compliance

In general, Linux does not comply with the Single Unix Specification (SUS) or POSIX. It tries to satisfy both criteria but does not want to be bound by these two criteria. Literally, there have been one or two exceptions, like the Inspur K-UX, and Chinese Linux that are POSIX-compliant.

See more:  What is Docker? And how to use Docker

A true Unix must comply with one of the two standards above. Several derivatives of BSSD, including all from one version of macOS, are POSIX-compliant. Variations like AIX, HP-UX, and Solaris, are all distros of those organizations.

Trademarks and copyrights

Linux is a trademark of Linus Torvalds. The Linux Foundation manages the brand for him. The kernel and Linux kernel utilities are released under the GNU General Public License. The source code is available for free.

Unix is ​​a registered trademark of the Open Group. It is copyrighted, proprietary and closed source code.

FreeBSD is copyrighted by the FreeBSD Project and is available source code.

Differences in usage

From the perspective of a novice, in the command line, there is not much difference. Due to the POSIX standards and compliance, software written on Unix can be compiled on Linux but will be limited. Shell scripts, which can be used directly on Linux in many cases.

Some command-line utilities have slightly different options, but essentially the same repository of tools is available on both platforms. Actually, IBM AIX has AIX Toolbox for Linux application. This allows system administrators to install hundreds of GNU packages such as Bash, GCC,…

Different Unix components have different graphical user interfaces (GUIs). An LInux user familiar with Gnome or Mate will be surprised when they first use KDE or Xfce. It is similar to the GUI available on Unix, such as Motif, Common Desktop Environment, and X Windows System. All are similar for the user to easily use.

You will learn more about differences in system administration. For example, there are different init mechanisms. Unix V system derivatives and BSD streams have different inits. By default, Linux distributions will use an init system derived from Unix System V or systemd.

Ultimately, the biggest difference isn’t what you see on the screen.

Previous Post

Should you choose Signal or Telegram to replace WhatsApp in 2021?

Next Post

Is using Tor and VPN completely anonymous?

TechMody

TechMody

Knowledge is like a fire, the more you share it, the more it will burn!

Related Posts

How to create a Windows VPS 7GB RAM for free from Github
Basic Network

How to create a Windows VPS 7GB RAM for free from Github

March 10, 2021
What is Docker? And how to use Docker
Basic Network

What is Docker? And how to use Docker

March 4, 2021
24 ways to speed up Wifi Internet connection at home
Basic Network

24 ways to speed up Wifi Internet connection at home

February 23, 2021
Is using Tor and VPN completely anonymous?
Basic Network

Is using Tor and VPN completely anonymous?

February 22, 2021
Next Post
Is using Tor and VPN completely anonymous?

Is using Tor and VPN completely anonymous?

Recenter Post

10 Best Offline Games for Android in 2023

10 Best Offline Games for Android in 2023

January 11, 2023
Mobile Legends: Bang Bang Mod APK 1.7.44.8111 (Unlock Skin, Done View, ESP)

Mobile Legends: Bang Bang Mod APK 1.7.44.8111 (Unlock Skin, Done View, ESP)

February 7, 2024
How to increase Laptop Battery Life 2023

How to increase Laptop Battery Life 2023

January 10, 2023
How to Learn and Get 100% Free Google Data Analytics Professional Certificate

How to Learn and Get 100% Free Google Data Analytics Professional Certificate

January 9, 2023
PK XD Mod APK

PK XD Mod APK 0.37.0 (Unlimited Money, Gems, Event Points)

February 7, 2024

TechMody

A place to share knowledge you've never learned in school!

We are ready to welcome your comments, as well as articles sent to TechMody.

Join TechMody to build the biggest IT community!

Introduce

TechMody is a website that freely shares all information technology knowledge. TechMody provides all solutions for network computers, software, graphics and MMO.

Contact

Email: samtn.ktc[@]gmail.com

Recent Posts

  • 10 Best Offline Games for Android in 2023
  • Mobile Legends: Bang Bang Mod APK 1.7.44.8111 (Unlock Skin, Done View, ESP)
  • How to increase Laptop Battery Life 2023
  • How to Learn and Get 100% Free Google Data Analytics Professional Certificate
  • PK XD Mod APK 0.37.0 (Unlimited Money, Gems, Event Points)
  • About
  • Advertise
  • Privacy & Policy
  • Contact

© 2024 TechMody - We bring you useful knowledge about Technology.

No Result
View All Result
  • Network
    • Basic Network
    • Linux
  • Security
  • Tips
    • Android Tips
    • Code
    • Computer Tips
    • Facebook
    • Windows 7/8/10
    • Graphics
  • Games
  • Software
    • Browsers
    • Computer Software
    • Phone Software
  • MMO
    • Advertisers – Publishers
    • Affiliate Program
    • Make money by phone
  • News
  • Knowledge

© 2024 TechMody - We bring you useful knowledge about Technology.