Skip to content

Assignment done in Operating System course in IIITD

Notifications You must be signed in to change notification settings

Vzenun/OS_ASSIGNMENT_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.