Sometimes you might need to access another Linux terminal for copying the file. Here is the situation.
You are on logged in a Linux box lets say A. And you want to copy a file from another Linux box X.X.X.X. The file is placed at /tmp directory of X.X.X.X at the source and you want to copy at /opt (your destination)
To do so we use scp
So it works like that
scp username@X.X.X.X:/tmp/fileToCopy /opt/MyDestination
You are on logged in a Linux box lets say A. And you want to copy a file from another Linux box X.X.X.X. The file is placed at /tmp directory of X.X.X.X at the source and you want to copy at /opt (your destination)
To do so we use scp
So it works like that
scp username@X.X.X.X:/tmp/fileToCopy /opt/MyDestination
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.