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

Discussion :: Unix & Linux Basics

  1. Which command is used to locate all the .profile files in the system?

  2. A.

     ls profile

    B.

     find /-name profile -print

    C.

     cd /.profile

    D.

     l -u .profile

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment