All the programs that were developed in the OS Lab.
- Linux Commands - I
 - Linux Commands - II
 - Shell Scripting - I
 - Shell Scripting - II
 - Fork System Calls
 - Pipe System Calls
 - CPU Scheduling
- First Come First Serve (FCFS)
 - Shortest Job First (SJF)
 - Shortest Remaining Time First (SRTF)
 - Round Robbin (RR)
 
 - Disk Scheduling
- First Come First Serve (FCFS)
 - Shortest Seek Time First (SSTF)
 - SCAN / Elevator Algorithm
 - Circular - SCAN (CSCAN)
 - LOOK
 - Circular – LOOK (CLOOK)
 
 - Deadlock and Concurrency
- Producer Consumer Problem
 - Banker's Algorithm
 
 - Page Replacement Algorithms
- First In First Out (FIFO)
 - Least Recently Used (LRU)
 - Optimal Algorithm
 - Least Frequently Used (LFU)