Bird
0
0

Which command correctly moves a file named report.txt from the folder Documents to Archives in a command-line interface?

easy📝 Factual Q12 of 15
Intro to Computing - How Files and Folders Organize Data
Which command correctly moves a file named report.txt from the folder Documents to Archives in a command-line interface?
Amove Documents/report.txt Archives/
Bcopy Documents/report.txt Archives/
Cdelete Documents/report.txt Archives/
Drename Documents/report.txt Archives/
Step-by-Step Solution
Solution:
  1. Step 1: Identify the move command

    The command to move files is usually move (Windows) or mv (Unix).
  2. Step 2: Check other commands

    copy duplicates, delete removes, rename changes name only.
  3. Final Answer:

    move Documents/report.txt Archives/ -> Option A
  4. Quick Check:

    Move command = move [OK]
Quick Trick: Move command is 'move' or 'mv' [OK]
Common Mistakes:
  • Using copy instead of move
  • Using delete to move files
  • Confusing rename with move

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes