Q116
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
AnswerB.
who > user.lst
C.
who >> user.lst
D.
who < user.lste
E.
None of the above
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board