You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Assignment done in Operating System course in IIITD