who | awk ‘{ print $1, $5 }’

  1. Error : syntax used with awk is wrong.

  2. prints names of logged-in users and time of login.

  3. Display output of who with $1 and $5 at the end.

  4. None of the above.


Correct Option: B

Find more quizzes: