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
Why is it called grep?
What is $0 bash?
What is the use of the tee command?
Give the command for finding the current date.
Can you explain a little bit about command substitution?
What is the general format of unix command syntax?
What is the use of tee command?
What command will change your prompt to myprompt?
What does grep v do?
How can we use grep command in unix?
What do chmod, chown, chgrp commands do?
What are the dos commands?
Differentiate cmp command from diff command.
What is rmdir command?
What is merge command in unix?