The benefits of learning linux
1. Improve efficiency. (This is really a matter of opinion)
2. Higher learning costs mean that you can learn more things, but it also means that you may waste a lot of time.
Recommended tutorial: linux tutorial
##Extended information
Main features
Basic idea
There are two basic ideas of Linux : First, everything is a file; second, every software has a definite purpose. The first one is that everything in the system is boiled down to a file, including commands, hardware and software devices, operating systems, processes, etc. For the operating system kernel, they are all regarded as files with their own characteristics or types. . As for Linux being based on Unix, it is largely because the basic ideas of the two are very similar.Completely free
Linux is a free operating system that users can obtain for free through the Internet or other channels, and can modify its source code at will. This is something other operating systems cannot do. It is precisely because of this that countless programmers from all over the world have participated in the modification and writing of Linux. Programmers can change it according to their own interests and inspirations. This allows Linux to absorb the essence of countless programmers and continue to grow.Fully compatible with POSIX1.0 standard
This makes it possible to run common DOS and Windows programs through corresponding emulators under Linux. This lays the foundation for users to switch from Windows to Linux. When many users consider using Linux, they think about whether programs that were previously common under Windows can run normally, and this eliminates their doubts. [4]Multi-user, multi-tasking
Linux supports multiple users. Each user has its own special rights for its own file device, ensuring that the communication between users is guaranteed. Do not affect each other. Multitasking is one of the most important features of today's computers. Linux can enable multiple programs to run simultaneously and independently.Good interface
Linux has both a character interface and a graphical interface. In the character interface, users can input corresponding instructions through the keyboard to perform operations. It also provides an X-Window system similar to the Windows graphical interface, which users can operate using the mouse. The X-Window environment is similar to Windows. It can be said to be a Linux version of Windows.Support multiple platforms
Linux can run on a variety of hardware platforms, such as platforms with x86, 680x0, SPARC, Alpha and other processors. In addition, Linux is an embedded operating system that can run on handheld computers, set-top boxes or game consoles. The Linux 2.4 kernel released in January 2001 has fully supported the Intel 64-bit chip architecture. At the same time, Linux also supports multi-processor technology. Multiple processors work at the same time, greatly improving system performance.The above is the detailed content of What is the use of learning linux?. For more information, please follow other related articles on the PHP Chinese website!