Home / Computer Science / Unix & Linux Basics :: Discussion

Discussion :: Unix & Linux Basics

  1. 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?

  2. A.

     who | tee user.lst

    B.

     who > user.lst

    C.

     who >> user.lst

    D.

     who < user.lste

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment