Linux basic Review (1)-Linux System Overview, linux Overview
1. What is an operating system? What is the relationship between it and hardware and other software?
An operating system is a system software (or a set of programs) that controls and manages various hardware and software resources in a computer system and effectively organizes multiple programs to run. It is an interface between users and computers. Specifically:
- The operating system is software and system software.
- Its basic function is to control and manage various resources in the computer system and effectively organize the operation of multiple programs.
- It provides many services for users to use and expand hardware functions.
For the most authoritative explanation of the operating system, click here from wiki
Relationship with hardware: the operating system directly controls and manages hardware resources, and many functions are implemented in combination with hardware operations (such as system interruption ). Operating systems require a good hardware environment.
Relationship with software: the operating system is the control management center of the entire computer system, and other software must be built on the operating system. The operating system has both the right to control and the necessary environment for its operation.
2. What are the notable features of linux?
- Compatible with UNIX
- Free software and open source code
- High performance and high security
- Easy customization and redevelopment
- High interoperability
- Comprehensive multi-task and real 32-bit Operating System
- It is widely used in the server market and embedded systems. It is a high-performance, low-cost system that can replace other expensive operating systems.