UNIX is a operating system which is multi user (multiple user can access Unix system at a same
time ) and multitasking (One user can run multiple program). Operating System is an interface
between hardware and applications software's.
Unix Architecture
1.Shell
Unix Boot Process Setps
time ) and multitasking (One user can run multiple program). Operating System is an interface
between hardware and applications software's.
Unix Architecture
1.Shell
- Human interface point for Unix
- Program layer – provides an environment for the user to enter commands to get desired results.
- Korn Shell, Bourne Shell, C Shell are various shells used by Unix users
- Heart of The Unix OS.
- Collection of C programs directly communicating with hardware
- Part of Unix system loaded into memory when Unix is booted
- System resources
- Allocates time between user and processes
- Decides process priorities
Unix Boot Process Setps
- BIOS : Basic I/O System Executes MBR.
- MBR : Master Boot Record Executes GRUB.
- GRUB : Grand Unified Boot loader executes Kernel.
- Kernel : Kernal executes sbin/Init.
- Init : Init executes run level programs .
- Runlevel : Runlevel program executes from /etc/rc .d/rc*.d/rc*.
No comments:
Post a Comment