0% found this document useful (0 votes)
3 views2 pages

Operating Systems Lab Exercises

The document outlines the first laboratory practice for CSE309R01 Operating Systems, detailing exercises related to process management using fork(). It includes various programs such as demonstrating parent-child communication, process IDs, and handling zombie processes, along with a practice program for pipes. Each exercise is associated with an output section, though specific outputs are not provided in the document.

Uploaded by

axhxad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Operating Systems Lab Exercises

The document outlines the first laboratory practice for CSE309R01 Operating Systems, detailing exercises related to process management using fork(). It includes various programs such as demonstrating parent-child communication, process IDs, and handling zombie processes, along with a practice program for pipes. Each exercise is associated with an output section, though specific outputs are not provided in the document.

Uploaded by

axhxad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CSE309R01 OPERATING SYSTEMS LABORATORY

LAB PRACTICE 1

Ex. No.: 1 Register Number:127003245

Date: 18/07/2025 Name: Shreenidhi

Class: III CSE D

Program1: //fork()

Output:

Program2: //Hello msg from parent and child

Output:

Program3: //pid of parent and child

Output:

Program4: // number of times hello is printed

Output:
Program5: // zombie

Output:

Program6: // pipe() – practice program

Output:

Program7: //Hungry Heroes

Output:

You might also like