www.unix.com Open in urlscan Pro
209.126.104.117  Public Scan

Submitted URL: http://unix.com/
Effective URL: https://www.unix.com/
Submission Tags: falconsandbox
Submission: On February 19 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://www.unix.com/search.php?do=process

<form action="https://www.unix.com/search.php?do=process" method="post">
  <input type="hidden" name="do" value="process">
  <input type="hidden" name="quicksearch" value="1">
  <input type="hidden" name="childforums" value="1">
  <input type="hidden" name="exactname" value="1">
  <input type="hidden" name="s" value="dc79462e63d7e663e776be5025ae4432">
  <input type="hidden" name="securitytoken" value="guest">
  <input type="hidden" name="showposts" value="0" id="rb_nb_sp0_neo" tabindex="1002">
  <div id="bs-search-bar" class="nav-top-margin" style="margin-bottom:20px;">
    <div class="input-group">
      <span class="input-group-addon"><button class="btn btn-light" style="background-color:  #f0f0f7;border:1px solid silver;color:gray;"><i class="fas fa-search neo-toolbit" data-original-title="" title=""></i></button></span>
      <input type="search" class="form-control" style="background-color: lightyellow" name="query" tabindex="1001" placeholder="Search The UNIX and Linux Forums (Quick Search)">
    </div>
  </div>
</form>

POST https://www.unix.com/search.php?do=process

<form action="https://www.unix.com/search.php?do=process" method="post">
  <input type="hidden" name="do" value="process">
  <input type="hidden" name="quicksearch" value="1">
  <input type="hidden" name="childforums" value="1">
  <input type="hidden" name="exactname" value="1">
  <input type="hidden" name="s" value="dc79462e63d7e663e776be5025ae4432">
  <input type="hidden" name="securitytoken" value="guest">
  <div>
    <input type="text" class="bginput form-control" name="query" size="25" tabindex="1001">
  </div>
  <div style="margin:10px 0px 10px 0px;text-align:center;">
    <input type="submit" class="button btn btn-primary btn-block" value="Search" tabindex="1004">
  </div>
  <div style="margin-top:6px">
    <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" style="margin: 0px 5px 0px 0px;">Show Threads . </label> &nbsp; <label for="rb_nb_sp1"><input type="radio" name="showposts"
        value="1" id="rb_nb_sp1" tabindex="1003" style="margin: 0px 5px 0px 0px;">Show Posts</label>
  </div>
</form>

GET https://www.unix.com

<form action="https://www.unix.com" method="get">
  <div style="padding:0px; margin:0px; border:0;width:100%;text-align:center;">
  </div>
  <div style="background-color:white;">
    <br>
    <div style="text-align:center; width:100%;background-color:white;">
      <div class="smallfont" style="width:100%;background-color:white;padding-left:20px;padding-right:20px;">
        <strong>
          <span class="neo-footer-contactus"><a href="https://www.unix.com/sendmessage.php?s=dc79462e63d7e663e776be5025ae4432" style="text-decoration:none;" rel="nofollow" accesskey="9">Contact Us</a></span>
          <span class="neo-footer"> - <a href="https://www.unix.com/" style="text-decoration:none;">The UNIX and Linux Forums - unix commands, linux commands, linux server, linux ubuntu, shell script, linux distros.</a> -</span>
          <span class="neo-footer"><a style="text-decoration:none;" href="https://buysellads.com/buy/detail/215189" rel="nofollow" accesskey="9">Advertising</a> - </span>
          <a style="text-decoration:none;" href="#top" onclick="self.scrollTo(0, 0); return false;"><span class="neo-footer">Top</span></a>
        </strong>
      </div>
    </div>
  </div>
</form>

Text Content

The UNIX and Linux Forums


Forum Home
Linux and Unix Man Pages
Search Forums
Search Community Posts
Today's Posts
Quick Links

Man Pages RedHat Commands OpenSolaris Commands Linux Commands SunOS Commands
FreeBSD Commands All UNIX Man Pages All Linux Man Pages Full Man Repository

Login or Register to Ask a Question and Join Our Community


Search Forums
Show Threads .   Show Posts
Tag Search Advanced Search

Quick Links Contact Us Forum Rules Today's Posts FAQ Pictures & Albums All
Albums Miscellaneous What is My IP Whois Mark Forums Read






ADVANCED FORUM STATISTICS

UNIX, Linux and the Key Differences
What is Unix?

--------------------------------------------------------------------------------

All Unix, Linux and other Unix-like operating systems are families of computer
operating systems derived from the original Unix System from Bell Telephone
Laboratories. Today, the largest Unix descendent directly certified as "UNIX" is
macOS by Apple. The original commercial Unix derivatives included HP-UX, AIX and
SunOS, to name a few. The diversity and perceived incompatibility between
various Unix systems led to the creation of interoperability standards including
the Portable Operating System Interface (POSIX).
Unix is the original and most powerful and popular multi-user and multi-tasking
Operating System. The basic concepts of Unix were originated in the Multics
project of 1969. The Multics system was intended as a time-sharing system that
would allow multiple users to simultaneously access a mainframe computer. Ken
Thompson, Dennis Ritchie, and others developed the basic building blocks of Unix
including a hierarchical file system and a command line interpreter for the
PDP-7. Multiple generations of Unix systems were developed for myriad computers.
As mentioned, historical perceived incompatibility between the various early
Unix systems led to the creation of POSIX and the Single Unix Specification.
Historically, the rigid "standardization" approach led to the creation of
various open source approaches to Unix including the Free Software Foundation
(FSF), GNU and Linux. Unix programs were originally created around core design
philosophies that included requirements like single purpose, interoperable, and
working with a simple standardized text interface. Unix systems are built around
a core kernel that manages the system and the other processes. Kernel subsystems
may include process management, file management, memory management, network
management and others.
Key Features:
 1. Unix is a multi-user system where the resources can be shared by various
    system users.
 2. Unix provides multi-tasking. Users can execute many processes at the same
    time (practically speaking).
 3. Unix was the first computer operating system that was written in a
    high-level language (C Language).
 4. Unix provides a hierarchical file structure which facilitated fast data
    access.
 5. Unix has built-in networking functions so that computers can easily exchange
    information.
 6. Unix functionality can be extended through user programs built on a standard
    programming interface.
 7. UNIX certifies compliance with a full set of interoperability standard,
    managed and maintained by the Open Group, which includes, not only the
    kernel, but the entire operating system.

What is Linux?

--------------------------------------------------------------------------------

Linux is a Unix-like operating system created by Linus Torvalds at the
University of Helsinki in 1991. The name Linux refers to the Linux kernel, the
software on a computer which permits applications and users to access the
devices on the computer to perform specific functions. The development of Linux
was a landmark example of global, free and open source software collaboration.
Many companies and similar numbers of individuals have released their own
version of Unix-like operating systems based on the Linux Kernel.
Similar to Unix kernels, the Linux kernel relays instructions from an
application from the computer's processor and sends the results back to the
application.
Broader in scope than commercial Unix products, Linux has been installed on a
variety of platforms including mobile phones, tablets, video game consoles, NAS
storage arrays, routers and small embedded controllers.
Currently the world's largest and most powerful data centers and scientific
research centers use some "flavor" of Linux.
The development of Linux is a stellar example of the power of free and open
source software development and global human collaboration.
A Linux "distribution" is a release of a Unix-like operating system based on the
specifications of the Linux kernel.
Key Features:
 1. Linux, like Unix, is a multi-user system where the resources can be shared
    by various system users.
 2. Linux, like Unix, provides multi-tasking. Users can execute many processes
    at the same time (practically speaking).
 3. Linux, like Unix, was written in C.
 4. Linux, like Unix, provides a hierarchical file structure which facilitated
    fast data access.
 5. Linux, like Unix, has built-in networking functions so that computers can
    easily exchange information.
 6. Linux, unlike UNIX, specifies only the kernel but not the entire operating
    system.

Login or Register to Ask a Question


FOREVER FREE UNIX AND LINUX TECHNICAL SUPPORT - VIEW TODAY'S DISCUSSIONS

HELLO WORLD


Status All Forums Last Post Threads Posts
Top Forums
Learn UNIX, UNIX commands, Linux, Operating Systems, System Administration,
Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD.
UNIX for Beginners Questions & Answers
Sub-Forums: Answers to Frequently Asked Questions
How to ignore No such file or...
by nezabudka
05-02-2020
2,768 15,306
Shell Programming and Scripting
Blog-Thread: Creating a Shell...
by sea
05-01-2020
72,071 389,896
UNIX for Advanced & Expert Users
Re: [docker/for-mac] Support...
by Neo
04-30-2020
8,900 37,304
Programming
Sub-Forums: Open Source
Issue with Keyboard or Char...
by Neo
04-29-2020
6,731 29,807
Web Development
Some Typical Discourse Docker...
by Neo
04-10-2020
610 2,448
UNIX for Dummies Questions & Answers
This forum is closed for new...
by Neo
07-14-2016
29,883 131,950


Operating Systems
Learn Solaris, HP-UX, AIX, OS X, BSD, Linux and more operating system commands,
system administration, and more!
Solaris
Hardware RAID on Solaris-10...
by MadeInGermany
04-23-2020
11,968 56,894
Linux
Sub-Forums: Android, Debian, Fedora, Gentoo, Google Chrome OS, Red Hat,
Slackware, SuSE, Ubuntu
[TIP] incrond - the cron for...
by the-architect
04-03-2020
7,940 31,045
AIX
NFS mount from windows NAS...
by thumbelina
04-29-2020
6,001 25,487
HP-UX
Gnome desktop for HP-UX 11i...
by gbudny
04-05-2020
2,483 10,451
SCO
Newbie question about syntax
by RudiC
04-22-2020
953 4,113
OS X (Apple)
Fun project calculating PI...
by wisecracker
04-25-2020
590 2,459
BSD
Vbox - FreeBSD - get data...
by sea
05-01-2020
347 1,156

Homework and Emergencies
Homework and emergency / urgent technical support requests. Special forum rules
apply when posting homework.
Homework & Coursework Questions
Trouble with setting...
by vbe
03-14-2020
788 3,385
Emergency UNIX and Linux Support
How do i start a new thread...
by Neo
12-10-2018
363 2,678


Special Forums
Read the latest UNIX and Linux news, discuss special topics like disks, file
systems web servers, network security, applications and more.
UNIX and Linux Applications
Sub-Forums: Docker, Infrastructure Monitoring, High Performance Computing,
Virtualization and Cloud Computing
Problems displaying JOSSO...
by anaigini45
03-20-2020
1,274 3,757
Cybersecurity
Efficiency Network Security...
by Neo
02-28-2020
662 2,365
IP Networking
Sub-Forums: Proxy Server
Httpd proxy on AIX: failed to...
by Neo
12-20-2019
1,761 6,178
Hardware
Sub-Forums: Boot Loaders, Filesystems, Disks and Memory
Arduino Robot Tank Project
by Neo
02-25-2020
1,015 3,537
UNIX Desktop Questions & Answers
Which is your favourite...
by sea
05-01-2020
591 2,197
Windows & DOS: Issues & Discussions
Home Questions Tags Users...
by broy32000
02-03-2020
659 2,680
News, Links, Events and Announcements
Sub-Forums: Advertise with Us, Event Calendar
Python 3.8.0rc1 released.
by wisecracker
10-01-2019
219 517
The Lounge
Discuss just about any off topic you like, view the Members Only area, browse
the job board and more.
What is on Your Mind?
Should We Cancel Spotify in...
by Neo
01-30-2022
1,243 8,439
War Stories
Wrong Array...
by Peasant
12-05-2018
31 226
UNIX Standards and Benchmarks
Learn about UNIX standards and find UNIX and Linux benchmark software here.
UNIX & LINUX Benchmarks (Version 3.11)
Sub-Forums: Linux Benchmarks, UNIX Benchmarks
Filesystem Benchmarks for...
by stomp
03-17-2020
69 167
UNIX IEEE Std 1003.1-2001 (POSIX.1)
Link to the Open Group (UNIX...
by Neo
08-18-2002
1 1

Contact Us
Contact the administrators and moderators of The UNIX and Linux Forums here.
Post Here to Contact Site Administrators and Moderators
Sub-Forums: Leadership Team, How to Post in the The UNIX and Linux Forums
Question regarding my...
by Neo
04-23-2020
729 2,973
Forum Support Area for Unregistered Users & Account Problems
Cannot login - field missing
by Neo
04-05-2020
253 617 .
Please Contact Us in the "Contact Us" Forums if You Have Any Questions or
Comments.

An Interest Fact about the History of Unix and Linux
"Unix-like"

--------------------------------------------------------------------------------

A "Unix-like" operating system is an OS that behaves in a manner similar to a
Unix system but is generally not certified to conform to the Single UNIX
Specification. Then again, a "Unix-like" application is an application that
performs like the corresponding Unix command or shell. In practical terms, there
is no standard for defining the term "Unix-like" and so you will also see terms
like UN*X or *nix.
Historically, there have been myriad opinions as to the degree to which a given
operating system or an application is "Unix-like". "Unix-like" could refer to a
free or open-source operating system inspired by the Bell Labs original Unix
design. "Unix-like" might refer to a design which emulates Unix features,
similar commercial and proprietary versions, and Unix versions based on the
licensed UNIX source code. "Unix-like", for others, simply means an operating
system is sufficiently "Unix-like" to pass certification and bear the "UNIX"
trademark. Obviously, people used to find this phrase controversial. However,
over time people realized that all the historical in-fighting did not help the
Unix brand or the community as a whole; and so the controversy has subsided, for
the most part.
"Unix-like" operating systems burst into the computing scene in the late 1970s
and early 1980s. Back then, proprietary Unix versions such as Idris (1978), UNOS
(1982), Coherent (1983), and UniFlex (1985) marketed the functionality available
to academic users of UNIX as "Unix-like". AIX, HP-UX, IRIX, SunOS, Tru64,
Ultrix, and Xenix (among others) were developed based on relatively inexpensive
AT&T commercial binary sub-licensing of UNIX back in 1979. These licensed Unix
variations displaced most proprietary Unix clones back then. Incompatibility
issues with all these glorious "Unix" operating systems created a need for
robust interoperability standards, including POSIX and the Single UNIX
Specification. The Open Group adopted the UNIX trademark to oversee the Single
UNIX Specification and the "UNIX" name became a certification mark for Unix
system interoperability.
Dennis Ritchie, one of the original Unix legends, has publicly stated that
Unix-like systems such as Linux are de facto Unix systems. The historical years
of in-fighting and legal battles over "Unix", "Unix-like", and "UNIX" standards
arguably contributed to the overall downward trend for Unix over the years and
the rise of Linux as a dominate "Unix-like" global operating system. In 2019,
macOS has the honor of having the largest commercial UNIX in the Unix user
market. Yes, it can be confusing for many people, especially the younger
generations.
Please enjoy and help our forum community by "showing your work" and posting
your code, even when your code is not working as expected. To help others help
you, please wrap your code blocks, sample input, sample output, error messages,
and other data in CODE tags and wrap your short commands and short data objects
in ICODE tags. We were all beginners in the beginning. If you have any questions
about how to register or how to post, please contact us in our forum for
unregistered user support.. Thank you and enjoy this "forever free" technical
support community for UNIX, Linux and computer information technology in
general.
Login or Register to Ask a Question

What's Up? @ 1676834052 UNIX Time Currently Active Users: 1955
Most users ever online was 9,455, 02-07-2013 at 08:10 AM.
Login for Details of Members Online Now
UNIX and Linux Forums by the Numbers
Threads: 237,827, Posts: 883,893 , Unix & Linux Forum Members: 138,394
Login for Details of Active Members



MEMBER BADGES AND INFORMATION MODAL

×

Close


FEATURED TECH VIDEOS

Powered By

10



Taking a Look at the Upcoming Linux Mint 20.3 'Una' Before 2021 Ends


Share

Next
Stay




All times are GMT -4. The time now is 03:14 PM.


Contact Us - The UNIX and Linux Forums - unix commands, linux commands, linux
server, linux ubuntu, shell script, linux distros. - Advertising - Top
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy