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's a command word?
What is pipe command in unix?
Who invented grep?
How do I use nslookup?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the nmap command?
What is the command to find maximum memory taking process on the server?
What is nr in awk command?
Explain ‘library functions’ with respect to unix commands?
What is the general format of unix command syntax?
What command will change your prompt to myprompt?
Enumerate some of the most commonly used network commands in unix?
What will the following command do?
What command is used to check the current users?
What does #!/ Bin sh do?