Skip to main content

What is UNIX?


 

What Does Unix Mean?

Unix is a portable, multitasking, multiuser, time-sharing operating system (OS) originally developed in 1969 by a group of employees at AT&T. Unix was first programmed in assembly language but was reprogrammed in C in 1973.

Unix has been ported to more machine families than any other operating system. As a result, it has come to be identified with the concept of open systems. Unix operating systems are widely used in PCs, servers and mobile devices. The Unix environment was also an essential element in the development of the Internet and networking.


Explains Unix

Unix was developed based on the philosophy that the power of the system comes from the relationships among programs, rather than on the programs themselves. Unix programs are written to do one thing well, and programs are written so that they work together. As such, Unix developers espouse simplicity, portability and clarity in design. In order to adhere to this philosophy, Unix systems are characterized by:

  • The use of text files for data storage
  • A hierarchical file system
  • A large number of small programs, strung together through a command-line interpreter
  • Use of shell scripts
  • The avoidance of captive user interfaces

Unix had a significant impact on other operating systems and can be credited (in whole or in part) for the following:

  • The use of high-level language in operating systems
  • Hierarchical file systems
  • Its syntax for regular expressions found widespread use
  • Unix shell inspired many of the command line interpreters that followed
  • C programming language became more ubiquitous
  • Began the movement toward modularity and reusability in software engineering
  • Helped contribute to the explosion of the Internet by making TCP/IP protocol more widely available
  • Contributed to the launch of the free software movement

Free Unix-like operating systems such as Linux and BSD now hold a large portion of the market originally held by Unix.


Comments

Popular posts from this blog

What Is Satellite? How Does It Work?

  How Does It Work? Table of Contents What is a Satellite? Anatomy of a satellite How does a satellite communicate? Bandwidth and Transmission Suggested Reading Satellites communicate by exchanging electromagnetic waves, either on the Earth’s surface or in space, hovering above a pole or orbiting us everyday. Communication doesn’t necessarily have to occur in the Radio spectrum. Your TV remote communicates with its set top box with infrared waves, while phones communicate with microwaves. Google Earth provides you the opportunity to visit any place on Earth, yet what do most people do? Look at their own house. In fact, Google Earth doesn’t just show you high-resolution pictures; like Scrooge on one of his ghosts, you are practically tossed there, as you can witness walking pedestrians and live traffic! But how does Google Earth achieve this feat? With satellites! What is a Satellite? The word satellite doesn’t necessarily describe a mechanical box floating through space with...

For Sale: Established Tech Blog with 200k+ Views

Are you looking for a prime opportunity to own a successful tech blog? We are offering our well-established blog, which focuses on cutting-edge AI technologies and innovative startups. Here’s why this could be your next great investment: Why This Blog? Impressive Traffic : With over 200k views, this blog has built a substantial and engaged audience. Focused Niche : Specializes in AI and tech startups, making it a valuable resource for tech enthusiasts and professionals. Current Revenue : Currently earning from a sponsored post, showcasing its potential to generate income. Growth Potential : Significant opportunities for increased revenue through additional ads, sponsorships, and expanded content. Key Features Established Platform : A reliable and respected blog with a loyal readership. Content Quality : High-quality, relevant content that attracts and retains readers. Revenue Opportunities : Room for growth in monetization through diversified advertising and sponsorship strategies. Wha...

What is PHP?

  PHP is an open-source, server-side programming language that can be used to create websites, applications, customer relationship management systems and more. It is a widely-used general-purpose language that can be embedded into  HTML . This functionality with HTML means that the PHP language has remained popular with developers as it helps to simplify HTML code. What does PHP stand for? PHP stands for ‘PHP: Hypertext Preprocessor’, with the original PHP within this standing for ‘Personal Home Page’. The acronym has changed as the language developed since its launch in 1994 to more accurately reflect its nature.  Since its release, there have been 8 versions of PHP, as of 2022, with version 8.1 currently a popular choice among those using the language on their websites. What is PHP used for?  PHP programming can be used to create most things that a software developer needs. However, there are three main areas in which it thrives. Server-side scripting Server-side S...