IT Questions and Answers :)

Friday, September 28, 2018

At a Windows command prompt that is set to the root of the drive, which of the following commands will search the entire drive for all occurrences of the "Testing.docx" file?

At a Windows command prompt that is set to the root of the drive, which of the following commands will search the entire drive for all occurrences of the "Testing.docx" file?

  • DIR /ALL Testing.docx
  • DIR Testing.docx
  • DIR /S Testing.docx
  • DIR /R Testing.docx 

 
At a Windows command prompt that is set to the root of the drive, which of the following commands will search the entire drive for all occurrences of the "Testing.docx" file?

EXPLANATION

The directory command allows many flags, including the recursive search flag "/S".
This flag searches the current folder and all sub folders.
Share:

0 comments:

Post a Comment

Popular Posts