Unix Linux Introduction
Unix Linux Introduction
Unix is a powerful, multiuser, multitasking operating system originally developed in the 1970s.
Linux is an open-source Unix-like OS kernel created by Linus Torvalds in 1991. It forms the core of many
Both Unix and Linux are widely used in servers, development environments, and embedded systems due to
2. Linux Distributions
Linux is packaged into distributions (distros), which bundle the Linux kernel with various software, package
Examples:
- Ubuntu (user-friendly)
- Debian (stable)
- Fedora (cutting-edge)
- CentOS/RHEL (enterprise)
A shell is a command-line interface that lets users interact with the OS. It interprets and executes commands
entered by users.
- Sh (Bourne Shell)
- Csh (C Shell)
Introduction to Unix and Linux
- Zsh (Z Shell)
a) Basic Commands:
- ls, cd, pwd, mkdir, rmdir, rm, cp, mv, touch, cat, more, less
Each file has permissions for Owner, Group, and Others: read (r), write (w), execute (x)
- gzip file.txt