Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it?
A
who | tee user.lst
B
who > user.lst
C
who >> user.lst
D
who
E
None of the above
Correct Answer: who | tee user.lst