Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Name: Muhammad Hasnat

Enrollment: 01-134202-087
Task # 1:

Practice all the command mentioned in lab manual of 7th lab and take the screenshots
of the practiced examples.
Task # 2:

Create a program in C language that creates two processes (parent and child). Display
the id’s of parent and child process and allow the parent to wait for 30 seconds child
process.
Task #3:

Create a program in C language that creates two processes (parent and child). Take
integers from user in parent process, add values in the child process. And then display
the sum in parent process.

You might also like