What operating system is unix?
Unix is a multi-user, multi-process computer operating system that supports multiple processor architectures. According to the classification of operating systems, it is a time-sharing operating system; in addition to being a network operating system, Unix can also Used as a stand-alone operating system. The UNIX system provides a good user interface, which is easy to use, fully functional, clear and flexible, and easy to expand and modify.
#The operating environment of this article: Windows 7 system, UNIX V6 version, Dell G3 computer.
unix
is a multi-user, multi-process computer operating system. It is a powerful multi-user, multi-task operating system that supports multiple processor architectures. According to the classification of operating systems , a time-sharing operating system, was first developed at AT&T's Bell Labs in 1969 by Ken Thompson, Dennis Ritchie, and Douglas McIlroy.
In addition to being a network operating system, Unix can also be used as a stand-alone operating system. Unix is widely used as a development platform and desktop operating system, mainly in engineering applications and scientific computing.
Currently its trademark rights are owned by the International Open Standards Organization. Only UNIX systems that match a single UNIX specification can use the name UNIX, otherwise it can only be called UNIX-like (UNIX-like).
History of unix
In 1965, Bell Labs joined a project led by General Electric ) and the Massachusetts Institute of Technology (MIT); the plan is to build a multi-user, multi-tasking, multi-level (multi-user, multi-processor, multi-level) MULTICS operating system.
Until 1969, the MULTICS project was stopped because the work progress was too slow. At that time, Ken Thompson (later known as the father of UNIX) already had a program called "Star Trek" running on the GE-635 machine.
But the response was very slow. He happened to find an idle PDP-7 (Digital's host). Ken Thompson and Dernis Ritchie transplanted the "Star Trek" program to the PDP-7.
Characteristics of UNIX system
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.
#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, utilities 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.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of What operating system is unix?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



GNU is a Unix-like operating system developed and designed based on Unix and is compatible with Unix. GNU consists of a set of software applications and developer tools and a program that allocates resources and communicates with hardware or the kernel. GNU can be used with other kernels, and is usually used with the Linux kernel. GNU programs can be ported to many other operating systems, including different platforms such as Mac OS X and Microsoft Windows.

Unix is a multi-user, multi-process computer operating system that supports multiple processor architectures. According to the classification of operating systems, it is a time-sharing operating system. In addition to being a network operating system, Unix can also be used as a stand-alone operating system. The UNIX system provides a good user interface, which is easy to use, fully functional, clear and flexible, and easy to expand and modify.

After several pre-releases, the KDE Plasma development team unveiled version 6.0 of its desktop environment for Linux and BSD systems on 28 February, using the Qt6 framework for the first time. KDE Plasma 6.1 now comes with a number of new features t

The original intention of Linux was to replace UNIX and optimize its functions and user experience. Therefore, Linux imitated UNIX (but did not plagiarize the source code of UNIX), making Linux very similar to UNIX in appearance and interaction. Therefore, it can be said that "UNIX is the father of Linux". It is precisely because Linux and UNIX are inextricably linked that people call Linux a "UNIX-like system."

1Unix philosophy The Unix philosophy emphasizes practicality, comes from rich experience, and is not restricted by traditional methodologies or standards. This knowledge is more latent and semi-instinctive. The knowledge that Unix programmers accumulate through development experience can benefit other programmers. (1) Each program should focus on completing one task and start over when encountering a new task to avoid adding new functions to the original program, resulting in increased complexity. (2) Assuming that the output of a program will become the input of another program, even if the next program is not clear, make sure that the output does not contain irrelevant information. (3) Put the designed and written software into trial use as soon as possible, and discard low-quality code decisively and rewrite it. (4) Use tools prior to inefficient auxiliary means to reduce the burden of programming tasks and strive for excellence.

The differences are: 1. UNIX is open source, while Win is proprietary software, and its source code is not open to the public; 2. UNIX is designed for multi-user, multi-task environments, while Win is suitable for individuals; 3. Win is more powerful than UNIX Easy to get started; 4. UNIX performs better than Win in terms of performance and stability; 5. Win has wider application and software compatibility than UNIX; 6. UNIX licenses are usually more expensive than Win; 7. UNIX has better security Performance is better than Win in terms of performance; 8. UNIX installation is simpler than Win.

Imitate the find command in the Unix operating system and implement a myfind command. The myfind command starts from the specified directory and searches for the specified file recursively. The command format is as follows: myfindPATH-option parameter [-print][-exec command {};]PATH: starting directory to search. -option parameter: Used to control the search method, the details are as follows (only the ones I commonly use are given below): -name "file": Specify the file name to be searched for. The Linux command locates the file. It can be escaped?*, etc. -prune directory: Do not search this directory when emphasizing search. -mtime+n or -n: Search linux command location files by time, +n: means

Unix is not an application software, but an operating system that provides a series of basic commands and tools that can be used for tasks such as file management, process control, and network communication. Unix also provides powerful multi-user and multi-task support. This allows multiple users to use computer resources at the same time, and tasks can be executed in parallel.