search

What is a computer's operating system?

Jun 05, 2019 am 09:42 AM
operating system

Operating System (OS) is a computer program that manages and controls computer hardware and software resources. It is the most basic system software that runs directly on "bare metal". Any other software must be supported by the operating system. to run.

What is a computer's operating system?

#The operating system is the interface between the user and the computer, and it is also the interface between the computer hardware and other software. The functions of the operating system include managing the hardware, software and data resources of the computer system, controlling program operation, improving the human-computer interface, providing support for other application software, maximizing all resources of the computer system, and providing various forms of user interfaces , so that users have a good working environment, and provide necessary services and corresponding interfaces for the development of other software.

In fact, users do not need to contact the operating system. The operating system manages the computer hardware resources and allocates resources according to the resource requests of the application, such as dividing CPU time, opening up memory space, calling printers, etc. .

Extended information:

Typical system

Operating system UNIX

UNIX is a powerful multi- User, multi-tasking operating system supports multiple processor architectures. According to the classification of operating systems, it is a time-sharing operating system. UNIX was first developed by Ken Thompson and Dennis Ritchie in 1969 at AT&T's Bell Labs in the United States.

Unix-like (Unix-like) operating system refers to various traditional Unix and various systems similar to traditional Unix. Although some of them are free software and some are commercial software, they all inherit the characteristics of the original UNIX to a considerable extent, have many similarities, and all comply with POSIX specifications to a certain extent. Unix-like systems can run on a wide range of processor architectures and are highly used on server systems, such as workstations in colleges and universities or engineering applications.

Operating system Linux

The Linux-based operating system is a multi-user, multi-tasking operating system launched in 1991 in the 20th century. It is fully compatible with UNIX. Linux was originally an operating system kernel program developed on the basis of UNIX by Linus Torvalds, a computer science student at the University of Helsinki in Finland. Linux was designed to be used more effectively on Intel microprocessors. It was later released under the GNU General Public License at the suggestion of Richard Stallman and became a free software Unix variant. Its biggest feature is that it is a free and open source operating system with open source code, and its kernel source code can be freely disseminated.

After several years of hard work, the free and open source Linux system has gradually encroached on the professional fields of previous proprietary software. For example, the former computer animation computing giant ─ SGI's IRIX system has been designed by the Linux family and the Bell Labs R&D team. Plan 9 and the Inferno system were replaced, both for distributed expression environments. Unlike other Unix systems, they choose to come with their own graphical user interface. Plan 9 was not originally popular because it was not free software when it was first launched. Linux has various distributions, usually GNU/Linux, such as Debian (and its derivative systems Ubuntu, Linux Mint), Fedora, openSUSE, etc. As a personal computer operating system or server operating system, Linux distribution has become the mainstream operating system on servers.

Operating system Mac OS X

Mac OS is an operating system that runs on Apple's Macintosh series computers. Mac OS was the first commercially successful graphical user interface. The Macintosh group included Bill Atkinson, Jef Raskin, and Andy Hertzfeld. Mac OS X was first launched in stores in 2001. It consists of two main parts: Darwin, which is a Unix-like open source environment based on BSD original code and Mach microkernel.

The above is the detailed content of What is a computer's operating system?. For more information, please follow other related articles on the PHP Chinese website!

Statement
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
Linux Maintenance Mode: Understanding the PurposeLinux Maintenance Mode: Understanding the PurposeApr 28, 2025 am 12:01 AM

Maintenance mode is used for system maintenance and repair, allowing administrators to work in a simplified environment. 1. System Repair: Repair corrupt file system and boot loader. 2. Password reset: reset the root user password. 3. Package management: Install, update or delete software packages. By modifying the GRUB configuration or entering maintenance mode with specific keys, you can safely exit after performing maintenance tasks.

Linux Operations: Networking and Network ConfigurationLinux Operations: Networking and Network ConfigurationApr 27, 2025 am 12:09 AM

Linux network configuration can be completed through the following steps: 1. Configure the network interface, use the ip command to temporarily set or edit the configuration file persistence settings. 2. Set up a static IP, suitable for devices that require a fixed IP. 3. Manage the firewall and use the iptables or firewalld tools to control network traffic.

Maintenance Mode in Linux: A System Administrator's GuideMaintenance Mode in Linux: A System Administrator's GuideApr 26, 2025 am 12:20 AM

Maintenance mode plays a key role in Linux system management, helping to repair, upgrade and configuration changes. 1. Enter maintenance mode. You can select it through the GRUB menu or use the command "sudosystemctlisolaterscue.target". 2. In maintenance mode, you can perform file system repair and system update operations. 3. Advanced usage includes tasks such as resetting the root password. 4. Common errors such as not being able to enter maintenance mode or mount the file system, can be fixed by checking the GRUB configuration and using the fsck command.

Maintenance Mode in Linux: When and Why to Use ItMaintenance Mode in Linux: When and Why to Use ItApr 25, 2025 am 12:15 AM

The timing and reasons for using Linux maintenance mode: 1) When the system starts up, 2) When performing major system updates or upgrades, 3) When performing file system maintenance. Maintenance mode provides a safe and controlled environment, ensuring operational safety and efficiency, reducing impact on users, and enhancing system security.

Linux: Essential Commands and OperationsLinux: Essential Commands and OperationsApr 24, 2025 am 12:20 AM

Indispensable commands in Linux include: 1.ls: list directory contents; 2.cd: change working directory; 3.mkdir: create a new directory; 4.rm: delete file or directory; 5.cp: copy file or directory; 6.mv: move or rename file or directory. These commands help users manage files and systems efficiently by interacting with the kernel.

Linux Operations: Managing Files, Directories, and PermissionsLinux Operations: Managing Files, Directories, and PermissionsApr 23, 2025 am 12:19 AM

In Linux, file and directory management uses ls, cd, mkdir, rm, cp, mv commands, and permission management uses chmod, chown, and chgrp commands. 1. File and directory management commands such as ls-l list detailed information, mkdir-p recursively create directories. 2. Permission management commands such as chmod755file set file permissions, chownuserfile changes file owner, and chgrpgroupfile changes file group. These commands are based on file system structure and user and group systems, and operate and control through system calls and metadata.

What is Maintenance Mode in Linux? ExplainedWhat is Maintenance Mode in Linux? ExplainedApr 22, 2025 am 12:06 AM

MaintenanceModeinLinuxisaspecialbootenvironmentforcriticalsystemmaintenancetasks.Itallowsadministratorstoperformtaskslikeresettingpasswords,repairingfilesystems,andrecoveringfrombootfailuresinaminimalenvironment.ToenterMaintenanceMode,interrupttheboo

Linux: A Deep Dive into Its Fundamental PartsLinux: A Deep Dive into Its Fundamental PartsApr 21, 2025 am 12:03 AM

The core components of Linux include kernel, file system, shell, user and kernel space, device drivers, and performance optimization and best practices. 1) The kernel is the core of the system, managing hardware, memory and processes. 2) The file system organizes data and supports multiple types such as ext4, Btrfs and XFS. 3) Shell is the command center for users to interact with the system and supports scripting. 4) Separate user space from kernel space to ensure system stability. 5) The device driver connects the hardware to the operating system. 6) Performance optimization includes tuning system configuration and following best practices.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!