Week-1: Basic Unix Commands
Week-2: Write programs using the following UNIX os calls such as fork, exec, getpid, exit, wait,close, stat, opendir and readdir
Week-3:Simulate UNIX commands like cp, ls, grep, etc.,
Week-4: Simulate FCFS, SJF CPU Scheduling Algorithms
Week-5 Simulate Priority, RR CPU Scheduling Algorithms
Control the number of ports opened by the operating system with
a) Semaphores b) Monitors