A Linux administrator needs to transfer a local file named accounts.pdf to a remote /tmp directory of a server with the IP address 10.10.10.80. Which of the following commands needs to be executed to transfer this file?
The reason it's B is because the SCP command is correctly syntax'd
Both A and B are viable options but the Rsync choice should be
rsync accounts.pdf [email protected]:/tmp
But, since it isn't, SCP takes the lead here with correct syntax and also does the job of securely copying accounts.pdf over to the 10.10.10.80:/tmp directory.
Sending files to a remote host requires a (remote)sync command. What Is rsync? rsync is a powerful and versatile Linux command for transferring and synchronizing files between local and remote devices. Unlike traditional copy commands, rsync uses a delta-transfer algorithm to only transmit the differences between the source and destination files.
This section is not available anymore. Please use the main Exam Page.XK0-005 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Mistermiyagi
2 months agoEikan
2 months, 4 weeks agobongobo
9 months, 1 week ago