Unix was first released in 11/3/1971.
Unix
Stands for UnipleXed Information Computing System
.
Unix
is an operating system.All MacOS
derivatives are Unix
certified.
UNIX
trademark.Shell
Shell is a macro processor that executes commands.
alias
configurationalias
is a named function used as a shortcut for a command.
# clearing the alias alias ll='ls -la' # when command has a quote, prefer function over `alias` somefn() { echo "Hello, World!" }
Linux was released 9/17/1991.
Linux is Unix-like, but not Unix.
Linux is open-source and free, while Unix is proprietary and requires a license.