Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 923 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 923 Bytes

Operating System Lab Work

Lab Number Aim Questions
1 To study read, write. open, close system calls and implementation of cat, cp commands. Lab01
2 To study getcwd, opendir, readdir functions and implementation of pwd, ls commands. Lab02
3 Process Creation and Termination (Study of fork, wait, getpid, and getppid system calls). Lab03
4 To study details of proc file system and implementation of ps command. Lab04
5 To study thread creation and termination Lab05