OSlab Asgn2 Shell Design 2023
OSlab Asgn2 Shell Design 2023
Submission Guideline:
● Create a single program for the assignment, and name it
Assignment2_<groupno>_<roll no. 1>_< roll no. 2>_< roll no. 3>_< roll no.
4>.c or .cpp (replace <groupno> and <roll no.> by your group number
and roll numbers ), and upload it.
● You must show the running version of the program(s) to your assigned
TA during the lab hours.
Evaluation Guidelines:
Total marks for this assignment is 100. Part 1 and Part 2 will be of 50 marks each.
Items Marks
Part 1
Process creation and running an external command 8
Redirection of stdin 8
Redirection of stdout 3
Redirection of stdin and stdout together 3
Running an external command in background with I/O 8
redirection
Running several external commands in pipe mode 10
Interrupting commands running in your shell 10
Total 50
Part 2 (to be declared)