Multiple choice technology operating systems It is possible to redirect the output of a process to more than one source True False True but needs root permission 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.