The criticism of Linux focuses on issues concerning use of operating systems which use the
Linux kernel
The Linux kernel is a Free and open-source software, free and open source Unix-like kernel (operating system), kernel that is used in many computer systems worldwide. The kernel was created by Linus Torvalds in 1991 and was soon adopted as the k ...
.
While the Linux-based
Android operating system dominates the smartphone market in many countries,
and
Linux
Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
is used on the
New York Stock Exchange
The New York Stock Exchange (NYSE, nicknamed "The Big Board") is an American stock exchange in the Financial District, Manhattan, Financial District of Lower Manhattan in New York City. It is the List of stock exchanges, largest stock excha ...
and most
supercomputer
A supercomputer is a type of computer with a high level of performance as compared to a general-purpose computer. The performance of a supercomputer is commonly measured in floating-point operations per second (FLOPS) instead of million instruc ...
s,
it is used in few desktop and laptop computers.
Much of the criticism of Linux is related to the lack of desktop and laptop adoption, although there has been growing unease with the project's perspective on security and its adoption of
systemd
systemd is a software suite that provides an array of system components for Linux operating systems. The main aim is to unify service configuration and behavior across Linux distributions. Its primary component is a "system and service manage ...
has been controversial.
Linux kernel criticisms
Kernel development politics
Some security professionals say that the rise in prominence of
operating system-level virtualization
OS-level virtualization is an operating system (OS) virtualization paradigm in which the Kernel (operating system), kernel allows the existence of multiple isolated user space and kernel space, user space instances, including containers (LXC, Sol ...
using Linux has raised the profile of attacks against the kernel, and that
Linus Torvalds
Linus Benedict Torvalds ( , ; born 28 December 1969) is a Finnish software engineer who is the creator and lead developer of the Linux kernel. He also created the distributed version control system Git.
He was honored, along with Shinya Yam ...
is reticent to add mitigations against kernel-level attacks in official releases.
Linux 4.12, released in 2017, enabled
KASLR by default, but its effectiveness is debated.
Con Kolivas, a former
kernel developer, tried to optimize the kernel
scheduler
A schedule (, ) or a timetable, as a basic time-management tool, consists of a list of times at which possible tasks, events, or actions are intended to take place, or of a sequence of events in the chronological order in which such things ...
for interactive desktop use. He finally dropped the support for his patches due to the lack of appreciation for his development. In the 2007 interview ''Why I quit: kernel developer Con Kolivas'' he stated:
Kernel performance
At LinuxCon 2009, Linux creator
Linus Torvalds
Linus Benedict Torvalds ( , ; born 28 December 1969) is a Finnish software engineer who is the creator and lead developer of the Linux kernel. He also created the distributed version control system Git.
He was honored, along with Shinya Yam ...
said that the Linux kernel has become "bloated and huge":
At LinuxCon 2014, Torvalds said he thinks the bloat situation is better because modern PCs are a lot faster:
Kernel code quality
In an interview with German newspaper Zeit Online in November 2011, Linus Torvalds stated that Linux has become "too complex" and he was concerned that developers would not be able to find their way through the software anymore. He complained that even subsystems have become very complex and he told the publication that he is "afraid of the day" when there will be an error that "cannot be evaluated anymore."
Andrew Morton, one of Linux kernel lead developers, explains that many bugs identified in Linux are never fixed:
Theo de Raadt, founder of
OpenBSD
OpenBSD is a security-focused operating system, security-focused, free software, Unix-like operating system based on the Berkeley Software Distribution (BSD). Theo de Raadt created OpenBSD in 1995 by fork (software development), forking NetBSD ...
, compares OpenBSD development process to Linux:
Desktop use
Critics of Linux on the desktop have frequently argued that a lack of top-selling
video game
A video game or computer game is an electronic game that involves interaction with a user interface or input device (such as a joystick, game controller, controller, computer keyboard, keyboard, or motion sensing device) to generate visual fe ...
s on the platform holds adoption back. For instance, , the
Steam
Steam is water vapor, often mixed with air or an aerosol of liquid water droplets. This may occur due to evaporation or due to boiling, where heat is applied until water reaches the enthalpy of vaporization. Saturated or superheated steam is inv ...
gaming service has 1,500 games available on Linux, compared to 2,323 games for Mac and 6,500 Windows games.
As of October 2021,
Proton
A proton is a stable subatomic particle, symbol , Hydron (chemistry), H+, or 1H+ with a positive electric charge of +1 ''e'' (elementary charge). Its mass is slightly less than the mass of a neutron and approximately times the mass of an e ...
, a Steam-backed development effort descended from
Wine
Wine is an alcoholic drink made from Fermentation in winemaking, fermented fruit. Yeast in winemaking, Yeast consumes the sugar in the fruit and converts it to ethanol and carbon dioxide, releasing heat in the process. Wine is most often made f ...
provides compatibility with a large number of Windows-only games, and potentially better performance over Linux-native ports in some cases. ProtonDB is a community-maintained effort to gauge how well different versions of Proton work with a given game.
As a desktop operating system, Linux has been criticized on a number of fronts, including:
* A confusing number of choices of
distributions, and
desktop environment
In computing, a desktop environment (DE) is an implementation of the desktop metaphor made of a bundle of programs running on top of a computer operating system that share a common graphical user interface (GUI), sometimes described as a graphi ...
s.
* Poor open source support for some hardware, in particular drivers for 3D
graphics
Graphics () are visual images or designs on some surface, such as a wall, canvas, screen, paper, or stone, to inform, illustrate, or entertain. In contemporary usage, it includes a pictorial representation of the data, as in design and manufa ...
chips, where manufacturers were unwilling to provide full specifications. As a result, many video cards have both open and closed source drivers, usually with different levels of support.
* Limited availability of widely used commercial applications (such as
Adobe Photoshop
Adobe Photoshop is a raster graphics editor developed and published by Adobe Inc., Adobe for Microsoft Windows, Windows and macOS. It was created in 1987 by Thomas Knoll, Thomas and John Knoll. It is the most used tool for professional digital ...
and
Microsoft Word
Microsoft Word is a word processor program, word processing program developed by Microsoft. It was first released on October 25, 1983, under the name Multi-Tool Word for Xenix systems. Subsequent versions were later written for several other platf ...
).
This is a result of the software developers not supporting Linux rather than any fault of Linux itself. Sometimes this can be solved by running the Windows versions of these programs through
Wine
Wine is an alcoholic drink made from Fermentation in winemaking, fermented fruit. Yeast in winemaking, Yeast consumes the sugar in the fruit and converts it to ethanol and carbon dioxide, releasing heat in the process. Wine is most often made f ...
, a
virtual machine
In computing, a virtual machine (VM) is the virtualization or emulator, emulation of a computer system. Virtual machines are based on computer architectures and provide the functionality of a physical computer. Their implementations may involve ...
, or
dual-booting. Even so, this creates a
chicken or the egg
The chicken or the egg causality dilemma is commonly stated as the question, "which came first: the chicken or the egg?" The dilemma stems from the observation that all chickens hatch from eggs and all chicken eggs are laid by chickens. "Chicke ...
situation where developers make programs for Windows due to its market share, and consumers use Windows due to availability of the programs.
Distribution fragmentation
Another common complaint levelled against Linux is the abundance of distributions available. ,
DistroWatch lists 275 distributions.
While Linux advocates have defended the number as an example of freedom of choice, other critics cite the large number as cause for confusion and lack of standardization in Linux operating systems. Alexander Wolfe wrote in
InformationWeek
''InformationWeek'' is a digital magazine which conducts corresponding face-to-face events, virtual events, and research. It is headquartered in San Francisco, California
California () is a U.S. state, state in the Western United State ...
:
Caitlyn Martin from LinuxDevCenter has been critical of the number of Linux distributions:
Hardware support
In recent decades (since the established dominance of Microsoft Windows) hardware developers have often been reluctant to provide full technical documentation for their products, to allow drivers to be written. This has meant that a Linux user had to carefully hand pick the hardware that made up the system to ensure functionality and compatibility. These problems have largely been addressed:
At one time, Linux systems required removable media, such as
floppy disc
A floppy disk or floppy diskette (casually referred to as a floppy, a diskette, or a disk) is a type of disk storage composed of a thin and flexible disk of a magnetic storage medium in a square or nearly square plastic enclosure lined with a ...
s and
CD-ROM
A CD-ROM (, compact disc read-only memory) is a type of read-only memory consisting of a pre-pressed optical compact disc that contains computer data storage, data computers can read, but not write or erase. Some CDs, called enhanced CDs, hold b ...
s, to be manually mounted before they could be accessed. Mounting media is now automatic in nearly all distributions, with the development of the
udev
udev (userspace ) is a device manager for the Linux kernel. As the successor of devfsd and hotplug, udev primarily manages device nodes in the directory. At the same time, udev also handles all user space events raised when hardware devices ...
.
Some companies, such as
EmperorLinux, have addressed the problems of laptop hardware compatibility by making modified Linux distributions with specially selected hardware to ensure compatibility from delivery.
Directory structure
The traditional
directory structure
In computing, a directory structure is the way an operating system arranges files that are accessible to the user. Files are typically displayed in a hierarchical tree structure.
File names and extensions
A filename is a string used to uniquely ...
, which is a heritage from Linux's Unix roots in the 1970s, has been criticized as inappropriate for desktop
end user
In product development, an end user (sometimes end-user) is a person who ultimately uses or is intended to ultimately use a product. The end user stands in contrast to users who support or maintain the product, such as sysops, system administrato ...
s.
Some Linux distributions like
GoboLinux and have proposed alternative hierarchies that were argued to be easier for end users, though they achieved little acceptance.
Criticism by Microsoft
In 2004,
Microsoft
Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
initiated its ''Get the Facts'' marketing campaign, which specifically criticized Linux server usage. In particular, it claimed that the vulnerabilities of Windows are fewer in number than those of Linux distributions, that Windows is more reliable and secure than Linux, that the
total cost of ownership
Total cost of ownership (TCO) is a financial estimate intended to help buyers and owners determine the direct and indirect costs of a product or service. It is a management accounting concept that can be used in full cost accounting or even eco ...
of Linux is higher (due to complexity, acquisition costs, and support costs), that use of Linux places a burden of liability on businesses, and that "Linux vendors provide little, if any
indemnification
In contract law, an indemnity is a contractual obligation of one party (the ''indemnitor'') to compensate the loss incurred by another party (the ''indemnitee'') due to the relevant acts of the indemnitor or any other party. The duty to indemni ...
coverage." In addition, the corporation published various studies in an attempt to prove this – the factuality of which has been heavily disputed by different authors who claim that Microsoft's comparisons are flawed. Many Linux distributors now offer indemnification to customers.
Internal Microsoft reports from the
Halloween documents leak have presented conflicting views. Particularly documents from 1998 and 1999 ceded that "Linux ... is trusted in mission critical applications, and – due to its open source code – has a long term credibility which exceeds many other competitive OSs", "An advanced Win32 GUI user would have a short learning cycle to become productive
nder Linux, "Long term, my simple experiments do indicate that Linux has a chance at the desktop market ...",
and "Overall respondents felt the most compelling reason to support OSS was that it 'Offers a low total cost of ownership (TCO)'."
Responses to criticism
The Linux community has had mixed responses to these and other criticisms. As mentioned above, while some criticism has led to new features and better user-friendliness, the Linux community as a whole has a reputation for being resistant to criticism.
Writing for ''
PC World
''PC World'' (stylized as PCWorld) is a global computer magazine published monthly by IDG. Since 2013, it has been an online-only publication.
It offers advice on various aspects of PCs and related items, the Internet, and other personal tec ...
'', Keir Thomas, noted that, "Most of the time the world of Linux tends to be anti-critical. If anybody in the community dares be critical, they get stomped upon."
In a 2015 interview,
Linus Torvalds
Linus Benedict Torvalds ( , ; born 28 December 1969) is a Finnish software engineer who is the creator and lead developer of the Linux kernel. He also created the distributed version control system Git.
He was honored, along with Shinya Yam ...
also mentioned the tendency of Linux
desktop environment
In computing, a desktop environment (DE) is an implementation of the desktop metaphor made of a bundle of programs running on top of a computer operating system that share a common graphical user interface (GUI), sometimes described as a graphi ...
projects to blame their users instead of themselves in case of criticism.
See also
*
Criticism of desktop Linux
*
Criticism of Microsoft Windows
*
The Unix-Haters Handbook
References
{{Linux
Linux
Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
Linux
Criticisms of software and websites