🎴 Flashcard Mode

General Science & Technology Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which concept refer to keep user/external commands in wait state and serve them once previous ones are served ?

AnswerClick to flip back
A
pipe
💡 Explanation:

A pipe is a Unix mechanism that allows commands to be chained together, where the output of one command becomes input to the next. Commands are processed sequentially - each command must complete before the next begins, effectively keeping subsequent commands in a wait state until their turn arrives. Filters are tools that process data, not the queuing mechanism itself.

Change Mode