Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Check all the true claims about data streams of processes.
Files cannot be used as input data stream
The standard output stream (stdout) of a process can be redirected to the standard error stream (stderr)
A process has 3 default data streams
"$ ls | grep bin" creates two processes, with the first one forwarding its output data stream to the input data stream of the second.
The output stream of a process can be redirected to the input stream of a process
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!