XK0-005 · Question #447
XK0-005 Question #447: Real Exam Question with Answer & Explanation
The correct answer is C: rsync. The rsync and scp commands can be used to copy files and directories from Server A to Server rsync command can synchronize files and directories between two locations, using various options to control the copying behavior. The scp command can copy files and directories between tw
Question
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? (Select TWO)
Options
- Arsyslog
- BBoth commands can use SSH as a secure protocol to transfer data over the network. The
- Crsync
- Dreposync
- Escp
- Fssh
Explanation
The rsync and scp commands can be used to copy files and directories from Server A to Server rsync command can synchronize files and directories between two locations, using various options to control the copying behavior. The scp command can copy files and directories between two hosts, using similar syntax as cp. The rsyslog command is used to manage system logging, not file copying. The cp command is used to copy files and directories within a single host, not between two hosts. The reposync command is used to synchronize a remote yum repository to a local directory, not copy files and directories between two hosts.
Topics
Community Discussion
No community discussion yet for this question.