FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMMAND LINE INTERFACE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the result of the command copy c:c:?
A
All files from the images folder under Jane will be copied to the images folder under Josh.
B
All files from the images folder under Jane will be copied into the folder Josh.
C
All the files in Josh’s directory will be copied to Jane’s images directory.
D
All the files from Jane’s images directory will be copied to a new folder in Josh’s directory called images.
Explanation: 

Detailed explanation-1: -What is the result of the command copy c:c:? all the files from the images folder under Jane will be copied into the folder Josh.

Detailed explanation-2: -Use the cp command to create a copy of the contents of the file or directory specified by the SourceFile or SourceDirectory parameters into the file or directory specified by the TargetFile or TargetDirectory parameters.

Detailed explanation-3: -Highlight the files you want to copy. Press the keyboard shortcut Command + C . Move to the location you want to move the files and press Command + V to copy the files.

Detailed explanation-4: -Open a command prompt (Start-> Run-> cmd Enter ) Navigate ( cd ) to the directory whose files you want to list. Enter dir > output file name (e.g., dir > C:. txt ) and press Enter .

Detailed explanation-5: -You can also search for a particular file type by using a command dir . pdf /s and it will show you all files saved with the . pdf extension.

There is 1 question to complete.