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 ?
Options:
Answer:
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 who | tee user.lst.