IT Questions and Answers :)

Thursday, November 23, 2017

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 Testing.docx
  • DIR /ALL Testing.docx
  • DIR /R Testing.docx
  • DIR /S 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