CompTIA Linux+ (XK0-005) — Question 78

A Linux systems administrator needs to copy files and directories from Server A to Server B. Which of the following commands can be used for this purpose? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers are C (rsync) and E (scp) because both commands are designed for securely transferring files between hosts over a network. The other options, such as A (rsyslog) and B (cp), do not serve this purpose; rsyslog is for logging, and cp is for copying files locally.