/Operating-Systems

The following repositories contains source code for assignments done as a part of Operating Systems Lab

Primary LanguageC

THE following repository contains source code for projects done as a part of Operating Systems Lab

COMMAND LINE ARGUMENTS :

Contains source code that mimic the functioning of certain linux terminal commands.

FORKING :

Contains various small codes that explain the functioning of fork command

ADVANCED FORKING :

Contains various codes that explain the functioning of fork commands in which child and parent do different tasks.