how to remotely move a file ??? that mean how to move a file
one machine to another machine ???
Answer Posted / sricharan
Differnce between cp and mv.
cp: holds the copy of the file in both source and
destination servers.
mv: removes the file in the source and get created on the
destination server.
scp: server copy is one method to copy from one server to
other.
Syntax: scp username@ip:/path/filename ./
Note: ./ representing as required file is copying in pwd.
We need to execute this command from the destination server.
sftp: simple file transfer protocol
syntax: sftp ip address
prompts for passwd
go for required path and use get command to copy the
required file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to display no of records in oracle using unix command?
What is the use of sed command in unix?
Why is grep called grep?
What does the “echo” command do?
What is grep in bash?
What command will change your prompt to myprompt?
Does cp command overwrite files?
What is $0 bash?
What are the unix commands?
What does this command do,"$more readme.txt“?
Write a command to display a file’s contents in various formats?
What is ctrl d?
What command is used to switching between users in unix?
What is grep command in unix with examples?
How do I search a whole word in vim?