Ask Question

Mike has changed directory into one subdirectory after the next and has lost track of where he's at in the directory tree. Which of the following commands can he use to tell him the full path to the current subdirectory he is in? A. cd -

B. pwd

C. cwd

D. ls - dir

+3
Answers (1)
  1. 30 August, 22:55
    0
    The answer is "Option B".

    Explanation:

    In Linux, PWD is a printed working directory, which is used to describe the path of the current directory that we are working with, this directory also starts with the root directory. It is a built-in shell or an individual, and the environmental variable, that saves the individual directory's path, and other choices were wrong that can be described as follows:

    In option a, It is used to change the current directory, that's why it is wrong. In option c, It is used in encoding, that's why it is wrong. In option d, It is used to display the list of files, that's why it is wrong.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Mike has changed directory into one subdirectory after the next and has lost track of where he's at in the directory tree. Which of the ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers