Tải bản đầy đủ (.pdf) (7 trang)

a0006 03 essential unix and linux for the oracle db morebook vn 1702

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (354.5 KB, 7 trang )

Revision no.: PPT/2K403/02

Essential Unix (and Linux) for the Oracle
DBA


Revision no.: PPT/2K403/02

Architecture of UNIX Systems
2

© CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute


Revision no.: PPT/2K403/02

UNIX System Structure
3



Operating system interacts directly with Hardware



Provides common services to programs



Insulating from Hardware




Kernel is treated as an operating system



Programs are independent of the Hardware



Easy to move on different processing environment

ã

Programs should be independent of Hardware

â CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute


Revision no.: PPT/2K403/02

UNIX System Structure

(contd.)
4



Programs in the upper layer communicate with Kernel using
defined set of system calls




System calls instruct the Kernel to do various operations



System calls also exchange the data between Kernel and
program



Some Standard programs also fall in this layer i.e. executable
files by C compiler



Top most layer is used for other application programs eg. C
compiler (CC)
© CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute


Revision no.: PPT/2K403/02

SHELL
5



It is a program that interprets the commands.




If the command is valid then the shell directs the kernel to
carry out the request



If invalid then an error message is displayed.



Shell starts when an user logs in, and terminates when the
user logs out.



Presence of shell is indicated by a special symbol known as
the shell prompt ( $ or # ).

© CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute


Revision no.: PPT/2K403/02

The Crontab and Automation of Scripts
47

© CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute



Revision no.: PPT/2K403/02

48

Design & Published by:
CMS Institute, Design & Development Centre, CMS House, Plot No. 91, Street No.7,
MIDC, Marol, Andheri (E), Mumbai –400093, Tel: 91-22-28216511, 28329198
Email:
www.cmsinstitute.co.in

© CMS INSTITUTE, 2004. All rights reserved. No part of this material may be reproduced, stored or emailed without the prior permission of Programme Director, CMS Institute



×