What is a pipe?

Answers were Sorted based on User's Feedback



What is a pipe? ..

Answer / dhinesh vasudevan

pipe is passage which is used to fluid flow from one to
another end

Is This Answer Correct ?    24 Yes 3 No

What is a pipe? ..

Answer / shree

Pipe is use to take output of one command to intput of
other command
ex: who | grep root

Is This Answer Correct ?    18 Yes 9 No

What is a pipe? ..

Answer / dhinesh

Pipe is a tube or hollow cylinder for the conveyance of
fluid, gas and sometimes other materials. The
terms 'pipe' . 'Pipe' is generally specified by the
internal diameter (ID) depending upon which are considered
the most important to the designer.

Is This Answer Correct ?    14 Yes 5 No

What is a pipe? ..

Answer / sujeet kumar sinha

It is a tubular item made of metal,plastic,glass etc. meant
for conveying liquid, gas or anything that flows.

Is This Answer Correct ?    7 Yes 4 No

What is a pipe? ..

Answer / c nandakumar

It is a hollow cylinderical conduit used for convey liquids from one place to the other

Is This Answer Correct ?    5 Yes 2 No

What is a pipe? ..

Answer / ankit sharma

pipe is a circular hollow tube or cylinder which is used for
conveying the fluid,gases and other materials.
The pipe is generally specified by the nominal diameter.
The outer diameter of the pipe is fixed but the internal
diameter will depend on the pipe thickness.

Is This Answer Correct ?    3 Yes 0 No

What is a pipe? ..

Answer / tirumal kumar

It is a cylindrical conduit used to flow fluid from one
place to another place according to the dimensional
standards of ASME

Is This Answer Correct ?    5 Yes 3 No

What is a pipe? ..

Answer / ashu sharma

pipe is a closed conduit of circular cross-section which allows the fluid to flow from one direction to another.pipe is only specified by its O.D only and no other standard specification.

Is This Answer Correct ?    2 Yes 0 No

What is a pipe? ..

Answer / biswajit parida

As we know every output of a command in unix is treated as
a file.
so while we are using command we need have to check three
things
1.command
2.option
3.argument
Syntax:<command> [option] <argument>

pipe is the mechanisim to running the filtered output, it
takes the output from left hand
side command and used it as a argument in right hand side.

Example:ls|grep "abc.txt"

In this example the output of the ls is treated as a
file and it takes as argument for
right hand side command.

Is This Answer Correct ?    2 Yes 0 No

What is a pipe? ..

Answer / jaag

A Pipe is a pressure tight cylinder used to convey the fluid
from one point to another point by a normally designated
commonly available material.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Unix AllOther Interview Questions

What is 'inode'?

11 Answers   Infosys,


What is the number of the masked code ee@?

2 Answers   Accenture, Amazon, Amdocs,


What are the main differences between Apache 1.x and 2.x?

1 Answers   IBM,


How many VI editor modes do you know?

8 Answers   Infosys,


What are setuid/setgid in relation to file permissions?

2 Answers   Cap Gemini, IBM,






How does the inode map to data block of a file?

3 Answers  


How to list only the directories inside a directory?

4 Answers  


why do you need to have a swap file system?

1 Answers  


What is virtual memory?

2 Answers   BMC,


What is the difference between grep & find?

3 Answers   HCL,


what is the name os the first os and tell me the year when it was discovered

1 Answers   Qiscet,


Name key files or directories on a Windows system that should always be backed up?

2 Answers  


Categories