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

Discussion :: Unix & Linux Basics

  1. Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories?

  2. A.

     rm *

    B.

     rm -r *

    C.

     rm all

    D.

     rm *.*

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment