Multiple choice technology operating systems

It is possible to redirect the output of a process to more than one source

  1. True

  2. False

  3. True but needs root permission

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The tee command allows redirecting output to multiple files or processes simultaneously - it reads from standard input and writes to both files and standard output. This makes it possible to send process output to more than one destination.