Unix is ​​a multi-tasking operating system, right?

青灯夜游
Release: 2023-01-04 09:36:34
Original
12500 people have browsed it

Yes, the Unix system is a multi-user, multi-tasking operating system. Most of it is written in C language. It provides rich and carefully selected system calls and provides powerful programmable functions. Shell language is the shell language as the user interface and uses a tree file system to have good security, confidentiality and maintainability.

Unix is ​​a multi-tasking operating system, right?

#The operating environment of this article: Windows 7 system, Dell G3 computer.

Related recommendations: "Programming Course"

Correct, Unix is ​​a multi-tasking operating system.

Unix is ​​an operating system that appeared in the early 1970s. In addition to being a network operating system, it can also be used as a stand-alone operating system. Unix is ​​widely used as a development platform and desktop operating system, and is currently mainly used in fields such as engineering applications and scientific computing.

The main features of Unix are:

The Unix system is a multi-user, multi-task operating system. Most of it is written in C language and provides a wealth of The carefully selected system calls provide a powerful programmable Shell language, that is, the shell language, as the user interface. It uses a tree file system to have good security, confidentiality and maintainability, and provides a variety of communication mechanisms. , using the memory management mechanism of process swapping and the storage management method of request paging to realize virtual storage management. However, Unix does not implement centralized management of network resources on a "domain" basis, which is a characteristic of Windows NT.

Features:

The UNIX system occupies an important position in the history of the development of computer operating systems. It has indeed continued to meticulously, carefully and selectively inherit and transform existing technologies, and has made some progress in the overall design concept of the operating system, which has made it such a great success. The main characteristics of the UNIX system are reflected in the following aspects:

(1) The UNIX system is structurally divided into two parts: the core program (kernel) and the peripheral program (shell), and the two are organically combined into a whole. The core part is responsible for the functions of each module within the system, namely processor and process management, storage management, device management and file system. The core program is characterized by careful design, conciseness and leanness. It only takes up a small space and is resident in the memory to ensure the high efficiency of the system. The peripheral part includes the system's user interface, system utilities and applications, through which users use the computer.

Unix is ​​a multi-tasking operating system, right?

(2) The UNIX system provides a good user interface, which is easy to use, fully functional, clear and flexible, and easy to expand and modify. There are two forms of use of the UNIX system: one is the operating command, that is, the shell language, which is the interface through which users can interact with the system through the terminal; the other is the interface for user programs, which is not only in assembly language, but also in Provide services to users in C language.

(3) The file system of UNIX system is a tree structure. It consists of a basic file system and several removable sub-file systems, which can not only expand file storage space, but also facilitate security and confidentiality.

(4) The UNIX system handles files, file directories and devices in a unified manner. It treats files as character streams without any records for sequential or random access, and enables files, file directories and devices to have the same syntax and semantics and the same protection mechanism, which not only simplifies the system design, but also facilitates user use.

(5) The UNIX system contains a very rich set of language processing programs, utility programs and tool software for software development, providing users with a fairly complete software development environment.

(6) Most of the programs in the UNIX system are programmed in C language, and only about 5% of the programs are programmed in assembly language. C language is a high-level programming language, which makes UNIX systems easy to understand, modify and expand, and has very good portability.

(7) The UNIX system also provides simple communication functions between processes.

If you want to read more related articles, please visit PHP Chinese website! !

The above is the detailed content of Unix is ​​a multi-tasking operating system, right?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!