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
What is .sh file?
Explain mount and unmount command.
Using unix command how to display no of records in oracle?
Name the unix command to find how many days the server has been up.
What are the dos commands?
Why is it called grep?
What is merge command in unix?
What are some command words?
What does this command do? Cat food 1 > kitty
What is nr in awk command?
What will the following command do?
Which unix command lists files/folders in alphabetical order?
What are the commands in UNIX to list the files in a Directory?
Which command is used to create a directory?
how to sort the content of the file based on numeric values