Skip to content

gowriganeshns/Linux-IPC-Pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux-IPC--Pipes

Linux-IPC-Pipes

Ex03-Linux IPC - Pipes

AIM:

To write a C program that illustrate communication between two process using unnamed and named pipes

DESIGN STEPS:

Step 1:

Navigate to any Linux environment installed on the system or installed inside a virtual environment like virtual box/vmware or online linux JSLinux (https://bellard.org/jslinux/vm.html?url=alpine-x86.cfg&mem=192) or docker.

Step 2:

Write the C Program using Linux Process API - pipe(), fifo()

Step 3:

Testing the C Program for the desired output.

PROGRAM:

C Program that illustrate communication between two process using unnamed pipes using Linux API system calls

OUTPUT

C Program that illustrate communication between two process using named pipes using Linux API system calls

OUTPUT

RESULT:

The program is executed successfully.

About

Linux-IPC-Unnamed Pipes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages