C programming fork() dub2(), Other Engineering

Assignment Help:
develop a C program for Linux called pipes.c that does the following:
In the main() function, it creates a pipe using the pipe() function, then creates two child processes with fork(). Child 1 redirects stdout to the write end of the pipe and then executes with execlp() the "ls -al" command. Child 2 redirects its input from stdin to the read end of the pipe, then it executes the "sort -n -k 5" command.
After creating both children, the parent process waits for them to terminate before it can exit.
Note that you may have to create Child 2 first, followed by Child 1.

The parent program does the same thing as a shell that runs the command "ls -al | sort -r -n -k 5".

You must use the fork(), pipe(), dup2(), close(), execlp() functions (or other exec() variation).

Related Discussions:- C programming fork() dub2()

Aircraft engine, what is the basic operation of gas turbine engine?

what is the basic operation of gas turbine engine?

Embedded system, vx woks is areal time operating system or not

vx woks is areal time operating system or not

Java, 2. Differentiate between stream oriented and data gram oriented socke...

2. Differentiate between stream oriented and data gram oriented socket in java?

Derivative Securities, Let C(K) denote a European vanilla Call option with ...

Let C(K) denote a European vanilla Call option with strike price K. Assume that all options are identical except for strike price, and strike prices satisfy (K1) What are the no-

Exhaust section inspection of aircraft, Exhaust Section Inspection. Ins...

Exhaust Section Inspection. Inspection of the exhaust section of the engine can be done visually using an appropriate light source. The exhaust cone and jet pipe are examined

Static aeroelasticity, An object, such as an aerofoil, moving through a flu...

An object, such as an aerofoil, moving through a fluid disturbs the surrounding flow field. The fluid velocity varies along the aerofoil surface creating a variation in pressure as

What is basic function of subroutine, Question: a) Write the detailed ...

Question: a) Write the detailed operation/description of the following mnemonics: (i) MOVX @DPTR, A (ii) MOVC A, @A + PC (iii) PUSH add b) What is a subroutine and

Electronic , how to work ever moll models

how to work ever moll models

Auto cad, Assignment Title: Die Press Assembly Drawing The objective of th...

Assignment Title: Die Press Assembly Drawing The objective of this assignment is to demonstrate the following concepts of design. • Extrude • Revolve • Fillet • Dimensioning • To

Evolutionary methods, Evolutionary Methods Optimization methods base...

Evolutionary Methods Optimization methods based upon natural or biological processes Need to be able to parameterise a solution and determine a cost function (good or bad

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd