Unix Operating System - PowerPoint PPT Presentation

1 / 16
About This Presentation
Title:

Unix Operating System

Description:

File System. 2. History. UNICS. Uniplexed Information and Computing Service. Bell Labs ... System Architecture. UNIX Kernel Functions. Process scheduling ... – PowerPoint PPT presentation

Number of Views:70
Avg rating:3.0/5.0
Slides: 17
Provided by: andrew945
Category:
Tags: ee | operating | system | unix

less

Transcript and Presenter's Notes

Title: Unix Operating System


1
Unix Operating System
  • History
  • System Architecture
  • Process
  • Memory
  • File System

2
History
  • UNICS
  • Uniplexed Information and Computing Service
  • Bell Labs
  • Portable UNIX
  • Portable C compiler

3
History
  • Berkeley UNIX
  • 4.3BSD
  • Standard UNIX
  • System V Release 3, 4
  • POSIX
  • OSF (Open Software Foundation)
  • IBM, DEC, HP

4
System Architecture
5
System Architecture
  • UNIX Kernel Functions
  • Process scheduling
  • Memory management
  • Device management
  • Disk and file management
  • System call interface
  • Operator console interface

6
System Architecture
  • Protection Rings
  • User space
  • Kernel space

7
Process
  • Definition
  • The execution of an image of a virtual machine
  • ps Command
  • Process 0 swapper
  • swapin/out, sched, swtch
  • Process 1 init

8
Process
  • fork vs. exec
  • Parent and child process
  • vfork

9
Process
  • States and Transition

10
Memory
  • Physical Memory
  • Virtual Memory
  • Swap Memory
  • Demand Paging
  • Page Table

11
Memory
  • The UNIX Memory Model

12
Memory
  • Process Image

13
Memory
  • Demand Paging

14
File System
  • Directory Structure

15
File System
  • File Links
  • hard and symbolic
  • ln command
  • File Permissions
  • owner, group, other
  • read, write, execute
  • chmod command

16
File System
  • File Identification
  • inode
  • Logical Addressing
  • mount command
Write a Comment
User Comments (0)
About PowerShow.com