Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, copy entire folder /home/john/test on remote host jenkins-vm-1 to local machine's /home/kevin directory (assuming access to jenkins-vm-1 is properly configured in ssh config file) .
Answer
scp -r jenkins-vm-1:/home/john/test /home/kevin

Question
In linux, copy entire folder /home/john/test on remote host jenkins-vm-1 to local machine's /home/kevin directory (assuming access to jenkins-vm-1 is properly configured in ssh config file) .
Answer
?

Question
In linux, copy entire folder /home/john/test on remote host jenkins-vm-1 to local machine's /home/kevin directory (assuming access to jenkins-vm-1 is properly configured in ssh config file) .
Answer
scp -r jenkins-vm-1:/home/john/test /home/kevin
If you want to change selection, open document below and click on "Move attachment"

12. Using Internet Services
recursively and copies can take place in either direction or even between two nonlocal machines. scp should always be used instead of rcp for security reasons. Notice also the warning given by <span>scp for this first-time connection. See the ssh documentation for how to make your first connection securely. All commands in the ssh package have this same behavior. 12.3 rsh rsh (remote s

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.