CAS 753
CAS 753 OPERATING SYSTEMS LAB – UNIX & SHELL
PROGRAMMING
Exercises for learning basic features of UNIX and to solve problems using shell programming
- Write shell script to perform basic arithmetic, logic and string operations.
- .To write a menu Driven shell program using shell commands with menu options to perform file/directory manipulations.
- Write a program to implement Round Robin Scheduling.
- Write a program to implement The Bounded-Buffer problem.
- Write a program to implement The Reader-Writer Problem.
- Write a program to implement The Dining Philosopher Problem.
- Write a program to implement Bankers Algorithm.
- Write a program to implement the First fit, Best fit, Worst Fit Memory management Techniques.
- Write a program to implement the FIFO, LRU, OPTIMAL page replacement Techniques.
- Write a program to implement the FCFS, SCAN, C-SCAN, LOOK, C-LOOK Disk scheduling algorithm.