Which of the following commands would transfer a local file called password.txt to a remote machine called ‘tiger’ via SCP , logging in as ‘admin’, and storing the file in /tmp?

Which of the following commands would transfer a local file called password.txt to a remote machine called ‘tiger’ via SCP , logging in as ‘admin’, and storing the file in /tmp?

Which of the following commands would transfer a local file called password.txt to a remote machine called ‘tiger’ via SCP , logging in as ‘admin’, and storing the file in /tmp?

A.
scp password.txt admin@tiger:/tmp

B.
scp password.txt tiger@admin:/tmp

C.
scp password.txt admin tiger /tmp

D.
ssh admin@tiger:/tmp



Leave a Reply 0

Your email address will not be published. Required fields are marked *