UNIX

What is UNIX?

UNIX is a powerful, multi-user, multitasking computer operating system, first developed in the late 1960s, that still shapes many systems today.

Development on UNIX began in the late 1960s among a group of AT&T Bell Labs employees, and it was first released in 1971. It is known for its versatility and portability, its use of a command-line interface, and its adherence to strict design principles such as plain-text files and small, modular programs that can be combined to perform complex tasks.

What are the benefits of UNIX?

UNIX offers many benefits, including:
  • Portability: It runs on a wide variety of hardware, from laptops to supercomputers.
  • Robustness and scalability: It is well suited to large, complex, and mission-critical applications.
  • Multi-user and multitasking: Many users can work on the same system, running many tasks at once.
  • Security: It includes strong built-in security features.
  • Networking: It supports a wide range of networking protocols and services.
  • Shell scripts: It offers powerful scripting for automating repetitive tasks.

What does "*nix" mean?

The term "*nix" is shorthand for operating systems based on, or similar to, UNIX. The asterisk stands in for any letter, indicating that the term covers any UNIX-like system, such as Linux, macOS, and BSD, which all share similar design principles, commands, and utilities.

UNIX and MIDAS

A self-hosted edition of MIDAS runs well on UNIX and UNIX-like systems with a Perl environment. Our own cloud-hosted MIDAS systems run on Linux, a UNIX-based operating system.

Related Terms


Glossary »