Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 264 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 264 Bytes

OS_ASSIGNMENT_1

Assignment done in Operating System course in IIITD

Designed a simple linux based shell which is capable of handling the few linux commands including cd,pwd,cat,mkdir,ls,rm etc, having two variations of each using fork,exec,system,pthread etc.