History of Unix:
History of Unix
|





UNIX Flavors:
Before Linux
















Developer of Unix,Minix & Linux
Allow multiple users to login and use the resources
at the same time.
Multi-processing
Allow to performs multiple process at the same time.
Multitasking
Capable of running multiple applications and process
at the same time.
Portability
Can be installed on all hardware architecture.
Reliability
Large servers have been successfully being running
without a single second of down time.
Security
Inbuilt firewall (iptables) and SELinux.
Open Source
Free Software along with the source code and documentation.
Kernel is
a computer program that manages I/O (input/output) requests
from software, and translates them into data processing instructions
for the central processing unit and other electronic
components of a computer. The kernel is a fundamental part of a
modern computer's operating system.
Work of Kernel: -





Kernel Diagram
A shell is a
program that provides the traditional, text-only user interface for Linux and
other Unix-like operating systems.
Work of Shell: -




Shell Diagram







When a shell is used interactively, it displays a string when it
is waiting for a command from the user. This is called the shell prompt. When a
regular user starts a shell, the default prompt ends with a $ character.
The $ is replaced by a # if the shell is running as the super
user, root.
Virtual Console:
Users access the bash shell through a terminal. A terminal
provides a keyboard for user input and a display for output. On text-based
installations, this can be the Linux machine's physical console, the hardware
keyboard and display. Terminal access can also be configured through serial
ports.
Another way to access a shell is from a virtual console. A Linux
machine's physical console supports multiple virtual consoles which act like
separate terminals. Each virtual console supports an independent login session.
If the graphical
environment is available, it will run on the first virtual console in Linux 7.
Five additional text login prompts are available on consoles two through six
(or one through five if the graphical environment is turned off). With a graphical
environment running, access a text login prompt on a virtual console by holding
Ctrl +Alt and pressing a function key (F2 through F6). Press Ctrl+Alt+Fl to
return to the first virtual console and the graphical desktop.
No comments:
Post a Comment