197. 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 ? September 13, 2025 by Admin A. who | tee user.lst B. who > user.lst C. who >> user.lst D. who < user.lste ✅ The correct answer is option A.