Bird
0
0

What does the scp command do in Linux?

easy📝 Conceptual Q11 of 15
Linux CLI - SSH and Remote Access
What does the scp command do in Linux?
AChanges file permissions
BCompresses files into a zip archive
CSecurely copies files between local and remote machines
DDisplays the contents of a file
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of scp

    The scp command is designed to securely transfer files between computers over a network.
  2. Step 2: Compare with other options

    Options A, B, and C describe different commands: permission changes, compression, viewing files, which are unrelated to scp.
  3. Final Answer:

    Securely copies files between local and remote machines -> Option C
  4. Quick Check:

    scp = Secure copy [OK]
Quick Trick: Remember: scp = secure copy files remotely [OK]
Common Mistakes:
  • Confusing scp with compression commands
  • Thinking scp changes file permissions
  • Assuming scp only works locally

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes