Question

    Which command is used to remove a directory in

    UNIX?
    A cd Correct Answer Incorrect Answer
    B ls Correct Answer Incorrect Answer
    C rm Correct Answer Incorrect Answer
    D rmdir Correct Answer Incorrect Answer

    Solution

    The "rmdir" command is used to remove a directory.

    Practice Next